/**
 * Initializes all our Javascript
 */

/**
 * Starts the slideshow/binds the buttons
 */
jQuery.noConflict();
(function($) {            

  $(document).ready(function() {
		window.autoLightbox();
    $.prepareSlideshows();
  });
})(jQuery);