$(document).ready(function(){

$(".mouseWheel .jCarouselLite").jCarouselLite({
mouseWheel: false,
    btnNext: ".right",
    btnPrev: ".left",
    visible: 4
});

});

$(document).ready(function(){

	$("ul li").click(function(){
		$('.panel').slideUp("slow");
		$(this).children('.panel').slideDown("slow");
		

	});
 
});
		$(document).ready(function(){	
			if (typeof ($.easySlider)!='undefined') {
			$("#slider").easySlider({
				auto: true,
				continuous: true 
			});
		}
		});
