$(document).ready(function() {
   	$("#scrolling-photos").jCarouselLite({
   		auto: 800, 
   		speed: 4000, 
       	visible: 3, 
       	vertical: true,
       	circular: true
    });
});
