$(document).ready(function(){
	var galleries = $('.ad-gallery').adGallery({
		//width: 900,
		//height: 480,
		slideshow: {
			start_label: '<img src="/images/play.jpg">',
			stop_label: '<img src="/images/stop.jpg">'
		},
		effect: 'none'
	});
	
});