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