// JavaScript Document

$(document).ready(function() {
	
	$('#rotate').cycle('fade');
	
});