$(document).ready(function () {



    
    jQuery('a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg]').prettyPhoto({ theme: "light_square" });


    
    $('#topesq').aviaSlider({ blockSize: { height: 'full', width: 15 },
        transition: 'fade',
        display: 'bottomright',
        slides: ".featured",
        betweenBlockDelay:13,
        autorotationSpeed:6,
        animationSpeed: 500,
    });

    $('#direita').aviaSlider({ blockSize: { height: 'full', width: 15 },
        transition: 'fade',
        display: 'topleft',
        slides: ".featured2",
        autorotationSpeed:5,
        betweenBlockDelay:26,
        animationSpeed: 500,
    });

    $('#baiesq').aviaSlider({ blockSize: { height: 'full', width: 15 },
        transition: 'fade',
        display: 'bottomright',
        slides: ".featured3",
        autorotationSpeed:4,
        betweenBlockDelay:26,
        animationSpeed: 500,
    });

    $('#baicent').aviaSlider({ blockSize: { height: 'full', width: 15 },
        transition: 'fade',
        display: 'topleft',
        slides: ".featured4",
        autorotationSpeed:4.5,
        betweenBlockDelay:26,
        animationSpeed: 500,
    });

});





