$(document).ready(function(){
	var $news = $('#project_image_list .wrapper_box');//we'll re use it a lot, so better save it to a var.

	$news.cycle('fade');

});
