$(document).ready(function() { 
	// http://malsup.com/jquery/cycle/lite/
	$('#feature-container').cycle({ prev: '#prev-feature', next: '#next-feature', timeout: 6000, speed: 1000, sync: 1, pause: 1 })
});
