if (typeof Shadowbox != "undefined") {
	var options = {
		resizeDuration:		'0.4',
		fadeDuration:		'0.4',
		slideshowDelay:		'2',
		continuous:			true,
		players: ["img", "html"]
	}
	Shadowbox.init(options);
}

