﻿$(document).ready(function () {
    $('.slideshow').cycle({
        fx: 'fade',
        speed: 1000,
        timeout: 2000,
        next: '.slideshow',
    });
});
$(document).ready(function () {
    $('.slideshowFront').cycle({
        fx: 'scrollLeft',
        speed: 1000,
        timeout: 8000,
        //next: '.slideshowFront',
    });
});
