jQuery(document).ready(function(){
	
		// Feature Area Rotation
		
			  $('.column-A-inner').stop().cycle({ 
		    fx:     'fade', 
		    speed:  'fast', 
		    timeout: 0, 
		    next:   '#btn-next', 
		    prev:   '#btn-prev' 
		});

});
