$(document).ready(function(){
 $("#slider").jCarouselLite({
		  vertical: true,
		  visible: 1,
		  auto: 5000,
		  speed: 800
 });			
});

