/* CSS for popup image boxes */
.imageBox {
	position: absolute;
	font-size: 10px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	border: 3px solid #343434;
	border-left: 6px solid #343434;
	border-right: 6px solid #343434;
	background-color: #343434;
	color: #ffffff;
	z-index: 10;
}
.imageBox img {
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imageBox a {
	color: #ffffff !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.imageBox a:hover {
	text-decoration: underline !important;
}
.thumbs {
	text-align: center;
}
.thumbs img {
	padding: 1px;
	margin: 5px 5px 5px 5px;
	border-color: #cccccc;
	border-width: 1px;
}
.imageBox .previous {
	float: left;
}
.imageBox .close {
	text-align: center;
	float: left;
}
.imageBox .next {
	float: right;
}
.imageBox .caption {
	float: left;
}
.imageBox .image {
}
#preload {
	display: none;
}
