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