
$(document).ready(function() {

$(".auto .jCarouselLite").jCarouselLite({
    auto: 800,
    speed: 1000
});

	
});