$(document).ready(function(){	  
    
    // Init pdBox
    $('.thickbox').pdBox({minWidth: 400});

});

