
$(document).ready(function(){
	
	$(".le_carousel").cycle({ 
		fx:     'scrollVert', 
		timeout: 5000
	});
	
});


