#imagezoom_overlay {position: absolute;top: 0px;left: 0px;z-index: 9999996;}
.imagezoom {
	background-color: rgba(0,0,0,0.3);
	border: 1px solid #C10;
	-webkit-box-shadow: 0px 0px 20px #C10;
	-moz-box-shadow: 0px 0px 20px #C10;
	box-shadow: 0px 0px 20px #C10; 
	margin: -5px;
	padding: 8px;
	z-index: 9999997;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url('../../../../admin/img/styles/PIE.php');
}
.imagezoom .loading {
	width: 46px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}
.imagezoom .image {border:1px solid #fff;position: relative;z-index: 25;display: block;}
.imagezoom .close {
	width: 32px;
	height: 32px;
	background-image: url(./close.png) !important;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 30;
}
.imagezoom .close:hover {background-position: bottom left;}
.imagezoom .close span {display: none;}
.imagezoom .caption {
	margin: 0px 0px;
	margin-top: -30px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	background: transparent url(./caption.png) repeat-x bottom center;
	position: relative;
	z-index: 30;
}
.imagezoom .caption p {
	margin: 0px;
	line-height: 22px;
	height: 30px;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.imagezoom .caption .previous, .imagezoom .caption .next {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 18px;
	cursor: pointer;
	background-image: url(./prev.png) !important;
}
.imagezoom .caption .next {left: auto;right: 18px;background-image: url(./next.png) !important;}

/** Borders **/
.imagezoom .s_tl, .imagezoom .s_tr, .imagezoom .s_bl, .imagezoom .s_br {width: 13px;height: 18px;position: absolute;}
.imagezoom .s_top, .imagezoom .s_bottom {width: 100%;height: 18px;position: absolute;left: -1px;}
.imagezoom .s_left, .imagezoom .s_right {width: 13px;height: 100%;position: absolute;top: -1px;}

/** front-end **/
.album-item {float:left;width:90px;margin:10px 2px;text-align:center;}