$(document).ready(function() {
	
	$(".jCarouselLiteDemo").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		auto: 1000,
		speed: 500

		
	});
	
	$(".imagemMenor").click(function() {
		$(".imagemMaior").attr("src", $(this).attr("src").replace('tb_',''));
	})	
		
});
