 $(document).ready(function(){
    $(".carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		auto:7000,
		scroll: 5,
		visible:5,
		speed: 800
    });  
   });
   function changleftimg(index){
	   	if(index==1){
	   		$('#leftchangeimg').attr("src","/images/index/index_33-2.jpg");
		}
	   	if(index==2){
	   		$('#leftchangeimg').attr("src","/images/index/index_36.jpg");
		}
	 }
   function changrightimg(index){
		if(index==1){
			 $('#rightchangeimg').attr("src","/images/index/index_33.jpg");
		}
		if(index==2){
			 $('#rightchangeimg').attr("src","/images/index/index_36-1.jpg");
		}
   }
