	$(document).ready(function(){
		$("div#mainPhoto").cycle({ 
		    fx:    'fade', 
		    speed:  2500,
			timeout:  4500
		 });
	});
