
$(document).ready(
    function()
    {
        $('#big-block-fade').innerfade({
            speed: 'slow',
            timeout: 10000,
            type: 'sequence',
            containerheight: '276px'

        });
        $(".scrollable").scrollable({
            circular: true
        }).autoscroll(5000);

    });
