// on document.ready()
$(function() {
	$("#image-carousel").jCarouselLite({
		visible: 1,
		speed: 400,
		auto: 5000 // auto scroll 5 seconds
	});
});
