$(document).ready(function(){

	$('#lowerimagecycle').cycle({ 
		fx:     'fade', 
		timeout: 6000,
		speed:  2500
	});
		
});