// Cufon.replace('h1, h2, h3', { hover: true } );
// Cufon.replace(' a.slides-overlay-learn');

// Controls Rotator

$(document).ready(function() {
    $('.rotator-slideshow').after('<div id="rotator-nav">').cycle({
		fx: 'fade', // transition style
                speed: 2000, //transition fx speed
                timeout: 8000, //time between transitions
		pager: '#rotator-nav'
	});
});

