function setupShadowbox() {
	Shadowbox.setup("a.shadowbox", {
		gallery: "shadowbox_gallery"
		,continuous: true
		,counterType: "skip"
    });
	Shadowbox.setup("a.photos_with_clients", {
		gallery: "photos_with_clients"
		,continuous: true
		,counterType: "skip"
    });
	Shadowbox.setup("a.securities", {
		gallery: "securities"
		,continuous: true
		,counterType: "skip"
    });
}
