$(document).ready(function($){
$("#jCarouselLite").jCarouselLite({
auto:5000, //自動スクロールと時間
speed:1800 //スクロールのスピード
});
});
