#ImageGallery_BackLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 1000;
	display: none;
}

#ImageGallery_MainContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 150px;
	background: #ffffff;
	border: solid 20px #ffffff;
	z-index: 1001;
	display: none;
	overflow: hidden;
}

#ImageGallery_MainContainerFooter {
	position: absolute;
	left: 0px;
	bottom: -3px;
	font-size: 11px;
	width: 100%;
	height: 37px;
}

#ImageGallery_MainContainerFooter_Counter {
	float: left;
	text-align: left;
	line-height: 18px;
	overflow: hidden;
}

#ImageGallery_MainContainerFooter_Close {
	float: right;
	cursor: pointer;
	margin-top: 5px;
}

#ImageGallery_Image {
	z-index: 1002;
}

#ImageGallery_ImageNavLeft {
	position: absolute;
	left: 0px;
	top: 15%;
}

#ImageGallery_ImageNavRight {
	position: absolute;
	right: 0px;
	top: 15%;
}

.ImageGallery_ImageNav {
	z-index: 1003;
	cursor: pointer;
	display: none;
}

#ImageGallery_ImageLoading {
	position: relative;
	top: 2px;
	width: 13px;
	height: 13px;
	margin-left: 5px;
}

.ImageGallery_ListImage_Normal {
	border: solid 1px transparent;
}

.ImageGallery_ListImage_Hover {
	border: solid 1px #7e7e7e;
}
