jQuery(document).ready(function($) {

	$('#cycle').cycle({
		timeout:6000
	});

	$("#HomeFeaturedProducts .ProductListContainer").jCarouselLite({
		 btnNext: "#featured-next",
		 btnPrev: "#featured-prev",
		 visible: 4,
		 scroll: 1,
		 speed: 800
	 }); 

});
