/* <![CDATA[ */
  $(document).ready(function (){

    $(".carouselcontainer").jCarouselLite({
    horizontal: true,
    hoverPause:true,
    visible: 3,
    auto:500,
    speed:2000
  });
  
      $(".productcontainer").jCarouselLite({

    vertical: true,
    hoverPause:true,
    visible: 1,
    auto:3000,
    speed:1000
  });



      });
/* ]]> */
