div.ImagePopup, div.ImagePopup div.FL {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.ImagePopup div.BG {
	background: #000000;
	z-index: 50;
}
div.ImagePopup div.Image {
	border: 15px #ffffff solid;
	background: #ffffff;
	text-align: center;
}
div.ImagePopup div#Close {
	position: absolute;
	margin-top: -24px;
	margin-left: -24px;
	cursor: pointer;
}
div.ImagePopup div.ImageDetails {
	margin-top: 5px;
	text-align: left;
	clear: both;
}
div.ImagePopup div.ImageDetails h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.ImagePopup div.GalleryNav {
	clear: both;
	margin-top: 20px;
	width: 100%;
	height: 50px;
	padding: 0px;
	overflow: hidden;
}
div.ImagePopup div.GalleryNav div {
	padding: 0px;
}
div.ImagePopup div.GalleryNav a {
	margin: 5px;
	float: none;
}
div.ImagePopup div.GalleryNav img {
	border: 1px white solid;
}
div.ImagePopup div.GalleryNav a:hover img, div.ImagePopup div.GalleryNav a.Active img {
	border-color: #cc0000;
}
div.ImagePopup div.GalleryNav img {
	width: 48px;
	height: 48px;
}

div.RightLinks {
	float: right;
	text-align: right;
	width: 150px;
}

