/*
 * Shadowbox Initialisation and Options for Oculus Facade v2.0
 * by <steve@egsystems.co.uk>
 * Usage: http://www.shadowbox-js.com/usage.html
 * Settings: http://www.shadowbox-js.com/options.html
 */
Shadowbox.init({
	overlayOpacity: 0.7 	/* Override default of 0.5 - looks better */
	/*counterType: 'skip'		/* Show separate links for each image in a gallery */
});
