$(document).ready(function() {
    $("a.maps").fancybox({
        'zoomSpeedIn': 0, 
        'zoomSpeedOut': 0, 
        'overlayShow': true,
        'hideOnContentClick': false,
        'overlayOpacity': 0.5,
        'frameWidth': 610,
        'frameHeight': 505,
        'padding': 5
    });

    $("a.pictures").each( function() { this.href = this.href.replace( /\/(hu|de|en)\/(.*)$/, '/$2'); } );
    $("a.pictures").fancybox({
        'zoomSpeedIn': 0, 
        'zoomSpeedOut': 0, 
        'overlayShow': true,
        'hideOnContentClick': false,
        'overlayOpacity': 0.5,
        'padding': 5
    });

});
