
#navCmd {
	text-align: center;
	margin-bottom: 3px
}

#progressWheel {
	display: block !important;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(macImageZoomProgress.png);
}

#closeBtDiv {
	display: none !important;
	display: block;
	text-align: center;
}

#closeDiv {
	position: absolute;
	top: -12px;
	left: -15px;
	width: 30px;
	height: 30px;
	display: block !important;
	display: none;
	background-image: url(macImageZoomClose.png);;
	cursor: pointer;
}

#closeIcon {
	position: relative;
	right: 230px;
	top: 20px;
}

#ply1Container{
	position: absolute;
	z-index: 902;
}

#bgTransparent{
	position: absolute;
	top : 0;
	left : 0;
	width : 100%;
	z-index: 901;
}

#overlayGal{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-image: url(macImageZoomOverlay.png) !important;
	background-image: url(); /* IE6 does not like png... sniff... */
	opacity: 0.99;
}

* html #bgTransparent{
	height : 100%;
	background: #000;
	filter: alpha(opacity = 60);
}  /* visible by IE */
