$(document).ready(function() {

    Shadowbox.init({
        handleOversize: "resize",
        overlayOpacity: 0.7
    });

});
