.zoom-overlay {
	background: rgb(0, 0, 0); display: none; z-index: 10000;
}
.zoom-box {
	background: rgb(51, 51, 51); padding: 1px; display: none; position: absolute; z-index: 10001;
}
.zoom-inner-box {
	background: rgb(255, 255, 255); border: 4px solid rgb(204, 204, 204);
}
.zoom-close {
	background: url("../../img/zoom-close.png") no-repeat left top; top: -14px; width: 22px; height: 22px; right: -14px; text-indent: -10000em; font-size: 10px; position: absolute; z-index: 2; cursor: pointer;
}
.zoom-content {
	border: 1px solid rgb(153, 153, 153); text-align: center; overflow: hidden; clear: both; float: left; position: relative;
}
.zoom-caption {
	background: rgb(204, 204, 204); padding: 4px; color: rgb(0, 0, 0); clear: both;
}
.zoom-loading {
	background: url("loading.gif") no-repeat center;
}
