.gallery-mask {
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background:#000;
	opacity:0.85;
	filter:alpha(opacity=85);
	z-index:1000;
}
.gallery-overlay {
	position:absolute;
	left:0;
	width:100%;
	z-index:1001;
}
.gallery-viewer {
	margin:auto;
	background:#fff;
	width:250px;
	height:250px;
	position:relative;
}
.gallery-loading {
	background:#fff url(/Images/loading-lightbox.gif) center no-repeat;
}
.gallery-image-preload {
	position:absolute;
	z-index:0;
	width:0;
	height:0;
	visibility:hidden;
}
.gallery-image {
	display:block;
	position:relative;
	opacity:0;
	filter:alpha(opacity=0);
	border:8px solid #fff;
	z-index:101;
}
.gallery-infobar {
	color:#444;
	background:#fff;
	padding:0 8px 8px 8px;
	position:absolute;
	display:none;
	z-index:100;
}
.gallery-infobar strong {
	display:block;
	font-size:11px;
	color:#777;
	line-height:120%;
}
.gallery-infobar span {
	float:right;
	font-size:12px;
	display:none;
}
.gallery-viewer a {
	width:45%;
	height:100%;
	position:absolute;
	z-index:102;
	top:0;
	background-position:-100px -100px;
	background-repeat:no-repeat;
	outline:none;
}
.gallery-prev {
	left:0px;
	background-image:url(/Images/btn-prev.png);
}
.gallery-prev:hover {
	background-position:left center;
	cursor:pointer;
}
.gallery-next {
	right:0px;
	background-image:url(/Images/btn-next.png);
}
.gallery-next:hover {
	background-position:right center;
	cursor:pointer;
}
.gallery-close-wrapper {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1001;
	text-align:center;
}
.gallery-close-wrapper button {
	font-size:13px;
	padding:2px;
	width:9em;
}
