// JavaScript Document

$(function(){
	
	$("#divCarrossel").jCarouselLite({
									
		btnPrev: '.prev',
		btnNext: '.next',
		auto: 5000,
		visible: 1
		
	})
})
