
#lightbox 
{
	z-index: 100; 
	left: 0px; 
	width: 100%; 
	line-height: 0; 
	position: absolute; 
	top: 40px; 
	text-align: center
}
#lightbox a img 
{
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none
}

#outerImageContainer 
{
	margin: 0px auto; 
	width: 250px; 
	position: relative; 
	height: 250px; 
	background-color: #fff
}

#imageContainer 
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-top: 10px
}

#loading 
{
	left: 0%; 
	width: 100%; 
	line-height: 0; 
	position: absolute; 
	top: 40%; 
	height: 25%; 
	text-align: center
}

#hoverNav 
{
	z-index: 10; 
	left: 0px; 
	width: 100%; 
	position: absolute; 
	top: 0px; height: 100%
}

#imageContainer > #hoverNav 
{
	left: 0px
}

#hoverNav a 
{
	outline: none;
	text-decoration:none;
}
#prevLink 
{
	display: block; 
	background: url(images/blank.gif) no-repeat; 
	width: 49%; 
	height: 100%
}

#nextLink 
{
	display: block; 
	background: url(images/blank.gif) no-repeat; 
	width: 49%; 
	height: 100%
}

#prevLink 
{
	background: url(images/prev.gif) no-repeat left 15%; 
	left: 0px; 
	float: left
}

#nextLink 
{
	right: 0px; 
	background: url(images/next.gif) no-repeat right 15%; 
	float: right
}

#imageDataContainer 
{
	margin: 0px auto; 
	font: 10px/1.4em verdana, helvetica, sans-serif; 
	background-color: #ffffff;
}

#imageData 
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	height:50px;
	background-color:#FFFFFF;
}

#imageData #imageDetails 
{
	float: left; 
	width: 70%; 
	text-align: left;
	background-color:#FFFFFF;
	
}

#imageData #caption 
{
	font-weight: bold;
}

#imageData #numberDisplay 
{
	clear: left; 
	display: block; 
	padding-bottom: 1em
}

#imageData #bottomNavClose 
{
	float: right; 
	padding-bottom: 0.7em; 
	width: 66px
}

#overlay 
{
	z-index: 90; 
	filter: alpha(opacity=60); 
	left: 0px; width: 100%; 
	position: absolute; 
	top: 0px; 
	height: 500px; 
	background-color: #000; 
	-moz-opacity: .6; 
	opacity: 0.6
}

.clearfix:unknown 
{
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0px; 
	content: "."
}
* html > body .clearfix 
{
	display: inline-block; 
	width: 100%
}
* html .clearfix 
{
	height: 1%
}

.highlightimg a
{
	text-decoration:none;
}

.highlightimg a:hover
{
	text-decoration:none;
}

.highlightimg img 
{
	border-right: #000000 2px solid; 
	border-top: #000000 2px solid; 
	margin-left: 0px; 
	border-left: #000000 2px solid; 
	margin-right: 0px; 
	border-bottom: #000000 2px solid;
	text-decoration:none;
}

.highlightimg:hover img 
{
	border-right: #990000 2px solid; 
	border-top: #990000 2px solid; 
	border-left: #990000 2px solid; 
	border-bottom: #990000 2px solid;
	text-decoration:none;
}
.highlightimg:hover 
{
	border: 0px 0px 0px 0px;
	color: #333333; 
	text-decoration:none;
}