$(function() {
	
	//create rotator
	$('.rotator').cycle({ 
		//cleartype: true, cleartypeNoBg: true, //fix transparent png bg in IE6+fade
		fx:     'slideY',
		speed:  '500', 
		timeout: 8500		
	});	
		
});
