$(document).ready(function() {
	$('#front-feature').cycle({ 
		fx:     'fade', 
	    timeout: 6000 
	});
});
