$(document).ready(function(){

	$('#recent_works').cycle({
		fx: 'fade',
		timeout: 7000,
		speed: 1000,
		random: true
	});
	
});
