$(document).ready(function() {
	$('.rotator').each(function(){
		$(this).after('<div class="rotatorcontrol"></div>');
		$(this).cycle({fx:'fade',speed:1000,timeout:6000,startingSlide:0,pager:$(this).next()
		});     
	});
});
