		$(function() {
    	$(".home_carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 4,
		scroll: 4,
		speed: 2000
    	});
		});
		
		jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});





		
