﻿(function ($) {
    $(function () {

        $(".slideshowUL").carouFredSel({
            width: 908,
            height: 255,
            items: {
                visible: 1,
                width: 908,
                height: 255
            },
            scroll: {
                fx: "crossfade",
                pauseOnHover: true
            },
            auto: 5000,
            pagination: ".dots"
        });

    });
})(jQuery);
