
    $(function() {
        $.nyroModalSettings({
            bgColor: '#000', // Background color
            resizable: true, // Indicate if the content is resizable. Will be set to false for swf
            autoSizable: true, // Indicate if the content is auto sizable. If not, the min size will be used    
            galleryLoop: true, // Indicate if the gallery should loop
            padding: 40 // padding for the max modal size   
        });
    });

