$(document).ready(function() {
    $('#feature').cycle({
    	//fx: 'scrollHorz',
    	fx: 'fade',
        timeout:  8000,
        height: 372,
        prev: '#scroll-prev', 
        next: '#scroll-next',
        speed: 500
    });
});
