// JavaScript Document

$(document).ready(function() {
    $('ul#home_scroll').jcarousel({
    easing: 'easeOutQuart',
    animation: 3000,
    auto: 4,
    wrap: 'both'
    });
    var nham=$('ul#home_scroll li').length;
    //var thao=$('ul#home_scroll li').width();
    //alert(nham);
    $('ul#home_scroll').width(nham*130);
});
