$(document).ready(function(){
	$('div.gallery').galleryScroll({
		slideNum:'div.swicher',
		autoSlide:5000,
		duration:3000
	}
	
	);
	
	 
	
});
