$(function(){
	var galleries = $('.ad-gallery').adGallery({
	
	loader_image: '/assets/js/shadowbox/loading.gif',
  width: 880, // Width of the image, set to false and it will read the CSS width
  height: 600, // Height of the image, set to false and it will read the CSS height
  slideshow: { enable:false }

	});
});
