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