$(function(){
	$("#contTop").jCarouselLite({
		visible: 1,
		auto: 5000,
		btnNext: ".next",
		btnPrev: ".prev"
	});
});
