$(document).ready(function(){
	$('#homepage-img-rotate').cycle({
		fx: 'fade'
	});
});
