
$(document).ready(function() {
    Shadowbox.init({
 		handleOversize:     "drag",  
        displayNav:         true,  
        handleUnsupported:  "remove",  
        autoplayMovies:     false 
    });
});
