    $(document).ready(function(){
		$('div.gallery').galleryScroll({
			step:1,
			duration:300
		});
	});