$(document).ready(function (){
  Shadowbox.init({
    handleOversize: "drag",
    modal: true
  });
});


