$(document).ready(function(){
	$('div.gallery .gc').galleryScroll({
		autoSlide:5000,
		duration:500
	});
	
});
