jQuery(document).ready(function() {

$(".content img").lazyload({ 
    effect : "fadeIn"
});

	// Slider
	$(".prodslider").jCarouselLite({
	    btnNext: ".next",	
	    btnPrev: ".prev",
	    visible: 3,
	    start: 0,
	    easing: "easeout",
	     speed: 300,
	     mouseWheel: true   
	});
});
