


$(document).ready(function(){	
	if ($('.rotator').length>0) {
		$('.rotator').cycle({
			fx: 'fade',
			timeout: 7000,
			speed: 2000
		});
	}
	
	
	
});
