$(document).ready(function(){
	$(".auto.gallery_index").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		auto:1000,
		speed:1000
	});
});
