
$(document).ready(function() {
var option = {
resizeLgImages: true,
displayNav: true,
handleUnsupported : 'remove',
keysClose: ['c', 27]
};
 
Shadowbox.init(option);
});
