/* Author:

*/

$(document).ready(function() {
    $('#homeSlider ul').cycle({
        fx: "fade",
        timeout: 7000,
        speed: 800,
        pause: 1
    });
});






