var $j = jQuery.noConflict();

$j(function() {
    $j(".Carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		auto: 1500,
		speed: 1800
    

	//	$j(".Carousel").jCarouselLite({
    //	auto: 800,
    //	speed: 1000
});


});
