jQuery(document).ready(function(){
jQuery("#ISL_Cont_1").jCarouselLite({
     btnNext: "#RightBotton",
     btnPrev: "#LeftBotton",
     auto: 1000,
     speed:500,
    visible:9,
    stop:"#ISL_Cont_1,#RightBotton,#LeftBotton"
  });
}); 
