jQuery(document).ready(function(){
	
	jQuery(function() {
   	jQuery('.twill_photo_top_left').cycle({ 
    	fx:    'fade', 
   	 speed:  2500
 	}); 
});
});