// slide 

$(function() {
					setTimeout("loadCarouselLite()", 100);
				});
				
				function loadCarouselLite() {
				

					$("#start-slider").jCarouselLite({
			            btnNext: ".next",
                        btnPrev: ".prev",
						mouseWheel: true,
						easing: "easeOutBounce",
						visible: 6,
						speed: 3000,
						auto:2000
					});
					
 
					
 
}
