jQuery(document).ready(function($) {
	$('#featured').orbit({
		 animation: 'fade',                  // fade, horizontal-slide, vertical-slide, horizontal-push
		 animationSpeed: 500,                // how fast animtions are
		 timer: true, 			 // true or false to have the timer
		 pauseOnHover: true,
		 startClockOnMouseOut: true,
		 advanceSpeed: 4000		 // if timer is enabled, time between transitions
	});
});
