// JavaScript Document

Shadowbox.init({
    animate:			true,
    handleOversize:     "resize",
    displayNav:         true,
    showOverlay:		true,
	overlayOpacity:		0.8,
    resizeDuration:		.10,
    fadeDuration:		.10,
    viewportPadding:	10,
    counterType:		"skip",
    continuous:			true,
    displayCounter:		true,
    counterLimit:		20,
    players:			['html','iframe','img']
    });
