﻿$(document).ready(function() {
    $('.featured').cycle({
        fx: 'scrollLeft',
        speed: 1000,
        timeout: 6000
    });
});

