$(document).ready(function(){
	 $(".jCarouselLite").jCarouselLite({
	   	mouseWheel: true,
	   	start: Math.floor(Math.random( ) * (3 - 0 + 1)) + 3,
		btnNext: "",
		btnPrev: "",
		visible: 1,
		auto:21739,
		speed:400
	 });
	 $(".jCarouselLite2").jCarouselLite2({
	   	mouseWheel: true,
	   	start: Math.floor(Math.random( ) * (2 - 0 + 1)) + 0,
		btnNext: "",
		btnPrev: "",
		visible: 2,
		auto:12340,
		speed:400
	 });
});

