$(document).ready(function() {
    $("a[rel^='prettyPhoto']").prettyPhoto();

    // realizacje
    $('#slider3')
    .anythingSlider({
        width        : 550,
        height       : 280,
        startStopped : false,
        pauseOnHover : true,
        buildArrows : true,
        buildNavigation : false
    })
    .find('.panel')
    .find('div[class*=caption]').css({
        position: 'absolute',
        display: 'block',
        bottom: 0
    }).end();    
});

