$(document).ready(function(){
	$('#team-rotator').cycle({
		timeout:  10000,
		speed:  1500
	});
});

