$(function(){
	$( ".box.rotator" ).tabs({
		event: "mouseover",
		fx: { opacity: 'toggle' }
	}).tabs( 'rotate' , 5000 );
})
