$(document).ready(function() {	
	var options = 
	{
		resizeLgImages:     true,
		handleUnsupported:  'remove',
		initialHeight:		200,
		initialWidth:		200,
		keysClose:          ['c', 27] // c or esc
	};
	Shadowbox.init(options);
});
