#dropShadow,#imgZoom {
	position: absolute;
	display: none;
}
#dropShadow {
	background: #000;
	left: 50px;
}
#imgZoom {
	background: #fff url(../images/mma_loading.gif) no-repeat center;
	border: 3px solid #ccc;
	left: 40px;
}
#imgZoomX {
	position: absolute;
	right: 0;
	background-color: #fff;
	font: bold 16px Arial;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	border: 1px solid #ccc;
	border-style: none none solid solid;
	cursor: pointer;
}
