diff --git a/jquery.colorbox.js b/jquery.colorbox.js index a4e2d15..37936fd 100644 --- a/jquery.colorbox.js +++ b/jquery.colorbox.js @@ -482,13 +482,13 @@ $content = $tag(div, "Content").append( $title = $tag(div, "Title"), $current = $tag(div, "Current"), - $prev = $('').attr({id:prefix+'Previous'}), + $next = $('').attr({id:prefix+'Next'}), + $slideshow = $('').attr({id:prefix+'Slideshow'}), $loadingOverlay ); - $close = $('').attr({id:prefix+'Close'}); $wrap.append( // The 3x3 Grid that makes up Colorbox $tag(div).append(