// Setup Rotator on page load 
jQuery(function() {

	// Setup the rotator cycle
	jQuery('#physician-rotator-listing').cycle({
		fx: 'scrollHorz',
		timeout: 0,
		speed: 500,
		cleartypeNoBg: true,
		prev: '.physician-rotator-prev',
		next: '.physician-rotator-next'
	});

  	jQuery(".physician-rotator-image[title]").tooltip({ 
		tipClass: "physician-tooltip"
	});
});
