// slide 

$(function() {
					setTimeout("loadCarouselLite()", 100);
				});
				
				function loadCarouselLite() {
				

					$("#slide-top").jCarouselLite({
			            btnNext: ".next",
                        btnPrev: ".prev",
						mouseWheel: true,
						easing: "easeOutBounce",
						visible: 3,
						speed: 800,
						auto:4000
					});

 
}
