$(document).ready(function() {
    $('#feature').cycle({
		fx: 'fade',
		speed:   3000,
		timeout: 5000,
		delay:  -200,
	});
});
