 $(function() {
    var galleries = $('.ad-gallery').adGallery({
	  loader_image: 'loader.gif',
	  width: 1000, // Width of the image, set to false and it will read the CSS width
	  height: 520, // Height of the image, set to false and it will read the CSS height
	  slideshow: {
		enable: true,
		autostart: true,
		speed: 5000,
		stop_on_scroll: true, // Should the slideshow stop if the user scrolls the thumb list?
	  }

	});

  });
