$(function() {
    $(".slideshow").jCarouselLite({
		visible: 1,
		start:0,
		auto: 5000,
		speed: 1500,
		circular: true
    });
});
