.ImagePopupHeader {
	text-align: left;
	color: white;
}

.ImagePopupClose {
	position: absolute;
	right: 4px;
	top: 4px;
}

.prevImage {
	left: -80px;
	position: absolute;
	height: 100%;
	top: 0px;
}

.nextImage {
	right: -80px;
	position: absolute;
	height: 100%;
	top: 0px;
}

.ImagePopupMetaLabel {
	color: white;
}

.ImagePopupMetaLabel a {
	color: white
}

;
.popupTitle {
	color: white;
	font-size: 0.75em;
}

.popupText {
	color: white;
	font-size: 0.75em;
}

#ImagePopupItem_Summary {
	display: block;
	height: 100px;
	overflow: auto;
	padding-right: 5px;
}

.ImagePopupClose img {
	width: 30px;
	height: 24px;
}

.imageSurround {
	width: 790px; 
}
.ImagePopupClose { 
	background-image : url(../images/Popup_Close.png);
	background-repeat: no-repeat;
	display: block;
	margin-left: 15px;
	float: right;
}

.plusSign {
	background-image: url(../images/PlusTransparent.png);
	display: block;
	margin-left: 3px;
	margin-top: -20px;
	padding: 1px;
	height: 16px;
	opacity: 0.99;
	width: 16px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	margin-bottom: 7px;
}

.RelatedThumbNail {
	border: thin solid white;
	width: 123px;
	height: 123px;
}

.nextImage {
	width: 200px;
}

.prevImage {
	width: 200px;
}

.nextImageVis {
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.prevImageVis {
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.ImageSlideShow {
	text-decoration: underline;
	color: white;
	font-size: 10pt;
	padding-right: 12px;
}

.ImageDownloadButton {
	text-decoration: underline;
	color: white;
	font-size: 10pt;
	padding-right: 12px;
}

.ImageDownloadButton img {
	width: 293px;
	height: 62px;
}

.printButton {
	text-decoration: underline;
	color: white;
	font-size: 10pt;
	padding-right: 12px;
}

.printButton img {
	width: 38px;
	height: 45px;
}

.mouseHand {
	cursor: hand;
	cursor: pointer;
}


.leftMeta {
	text-align:left;
		float:left;
	}
	
	.rightMeta {
	text-align:left;
		float:right;
	}
	
	.clearMeta {
		clear:both;
	}
	
	.ImageSlideShow {
		position:absolute;
		padding-top:25px;
		left:13px;
		bottom:15px;
	}
	
	.popupFuncRightSide {
		float:right;
		text-align:right;
	}