#lightbox
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	height: 1px;
}
#lightbox a img
{ 
	border: none; 
}

#outerImageContainer
{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCCCCC solid;
	border-bottom: 0px;
}

#imageContainer
{
	padding: 10px;
}
#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}


#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
}
#imageContainer>#hoverNav
{ 
	left: 0;
}
#hoverNav a
{ 
	outline: none;
}
#imageDataContainer
{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 55px;
	max-height: 55px; 
	border-top: 0px;
	border: 1px #f7f6f1 solid;
	margin: auto;
	padding: 0px;
}

#imageData
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	background-color: #f7f6f1;
}
#imageDetails
{ 
	width: 100%; 
	text-align: center; 
	max-height: 55px; 
	height: 55px; 
}
#caption
{ 
	font-weight: bold; 
	font-size: 12px; 
	color: #333333; 
	max-height: 20px; 
	height: 20px; 
	height: 1px;
	text-align: center;
	padding-bottom: 5px;
}
#bottomnav
{ 
	width: 100%; 
	text-align: left; 
	max-height: 1px; 
	height: 1px; 
}
#prevLink, #nextLink
{
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
}
#prevLink2, #nextLink2 
{
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
}
#prevNoLink2, #nextNoLink2 
{
    padding-left: 7px;
    padding-right: 7px;
}
#ToolbarCell1
{
	padding-bottom: 0px;
}
#ToolbarCell2
{
	padding-bottom: 2px;
}
#ToolbarCell3
{
	padding-bottom: 0px;
}
#numberDisplay
{
	display: block; 
	clear: left; 
	font-weight: bold; 
	font-size: 12px; 
	color: #030303; 
	white-space: nowrap;
}
#slideshowLink
{ 
    padding-left: 5px;
    padding-right: 5px;
	width: 1%;
}
#bottomNavClose
{ 
    padding-left: 5px;
    padding-right: 5px;
	width: 1%;
}
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 1px;
	background-color: black;
}
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix 
{
	display: inline;
	width: 100%;
}
* html .clearfix 
{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.ToolbarTable
{ 
	height: 1px;
}
