$(document).ready(function(){
	/* default slideshow */
	$('.rotator').cycle({ 
		fx:     'fade', 
		timeout: 6000, 
		speed:  '300',
		cleartypeNoBg: true
	});
});



