/* Featured section of the home page */

$(document).ready(function() {

	/****************************************************************************************
	Setup the basic cycle 
	****************************************************************************************/
	$('div#rotator').cycle({ 			   
		fx:     'scrollHorz', 
		easing: 'easeInCubic',
		speed:  '600', 
		timeout: '4000',
		next:   '#next', 
    	prev:   '#prev' 
	});
	
});



