// JavaScript Document

$(function() {
    $(".sideshow").jCarouselLite({
        auto: 1000,
		speed: 2000
    });
});