$(document).ready(function() {
	Shadowbox.init({
		handleOversize: "drag",
		modal: true,
		overlayOpacity: 0.7,
		counterType: 'skip'
	});
});


