$(function() {
	$(".auto .jCarouselLite").jCarouselLite({
    auto: 1000,
    speed: 4000
	});
});