/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$('#feature-images').cycle({
    fx: 'fade',
    speed: 6000,
    timeout: 500,
    random: 0,
    pause: 0
});

