// JavaScript Document
$(function(){
//Shadow Box
var options = {
resizeLgImages:     true,
displayNav:         true,
handleUnsupported:  'remove',
keysClose:          ['c', 27] // c or esc
};
Shadowbox.init(options);
});
