$(function(){
    
    $('#PrensaScroll').jScrollPane({
        showArrows: true,
        scrollbarWidth: 8,
        topCapHeight: 30,
        bottomCapHeight: 100         
    });

    $("a[rel^='prettyPhoto']").prettyPhoto();
    
});
