$(function() 
{ 
	var galleries = $('.ad-gallery').adGallery({
		 loader_image: siteURL + '_images/ad-gallery/loader.gif',
		  width: 880, // Width of the image, set to false and it will read the CSS width
		  height: 650, // Height of the image, set to false and it will read the CSS height
		  effect: 'fade' // or 'slide-vert', 'resize', 'fade', 'none' or false

	});
	 
	// Set image description
	//$("img.ad_gal_desc").data('ad-desc', 'This is my Static description for images !');

	// $('#toggle-slideshow').click(function() {  galleries[0].slideshow.toggle();  return false; });
}); 
