#lightbox{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
.ie7 #lightbox, .ie7 #lightbox *,
.ie6 #lightbox, .ie6 #lightbox * {
	text-align: left;
}
.ie7 #lightbox {
	margin-bottom: 25px;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 560px;
	/*height: 250px;*/
	margin: 0 auto;
	text-align: left;
	}
#outerImageContainer{
	background-repeat: no-repeat;
}

.ie7 #outerImageContainer,
.ie6 #outerImageContainer {
	margin: -4px 0px 0px 0px;
}
#imageContainer{
	padding: 0px 10px 0px 10px;
	min-width: 530px;
	text-align: left;
	/*help!*/
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
display: none;
	position: absolute;
	top: 0;
	left: 0;
	/*height: 100%;*/
	height: 430px;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	/*width: 49%;*/
	height: 100%;
	background: transparent url(../../../images/px.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(../images/px.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/px.gif) right 50%  no-repeat; }*/

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText, #bottomNavClose {
color: #ffffff;
cursor: pointer;
background-color: #000000;
font-weight: normal;
text-decoration: none;
}
.ie7 #nextLinkText, .ie7 #prevLinkText, .ie7 #bottomNavClose,
.ie6 #nextLinkText, .ie6 #prevLinkText, .ie6 #bottomNavClose {
line-height: 32px;
}
#nextLinkText:hover, #prevLinkText:hover, #bottomNavClose:hover {
color: #ffffff;
cursor: pointer;
background-color: #7f7f7f;
font-weight: normal;
text-decoration: none;
}
#nextLinkText{ 
background: #000000 url(../../../images/n-next.gif) top right no-repeat;
padding: 5px 22px 6px 10px;
width: 0px;
overflow: hidden;
}
.safari #nextLinkText, .safari #prevLinkText {
line-height: 21px
}
#prevLinkText{
background: #000000 url(../../../images/n-prev.gif) no-repeat;
padding: 5px 10px 6px 22px;
width: 0px;
overflow: hidden;
}
#bottomNav {
	padding-top: 21px;
}
#bottomNavClose{
background: #000000 url(../../../images/n-close.gif) no-repeat;
padding: 5px 10px 6px 25px;
margin: 0 0 0 -419px;
width: 0px;
overflow: hidden;
}
#newNumberDisplay {
background-color: #000000;
color: #7f7f7f;
padding: 3px 10px 5px 10px;
/*width: 25px;*/
margin-top: -3px;
text-align: center;
overflow: hidden;
}
.ie7 #newNumberDisplay,
.ie6 #newNumberDisplay {
	margin-top: 6px;
	line-height: 15px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 11px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
/*	line-height: 1.4em;*/
	}
.ie7 #imageDataContainer,
.ie7 #imageDataContainer { 
	margin: 0px;
}
#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 419px; float: left; text-align: left; }	
#imageData #caption{ color: #000000; z-index: 255px; width: 530px; display: block; height: 21px; line-height: 21px; overflow: hidden	}
.safari #imageData #caption {
line-height: 19px; height: 19px
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 23px; font: 11px Arial, Helvetica, sans-serif;	}
.ie7 #imageData #numberDisplay,
.ie6 #imageData #numberDisplay { display: block; clear: left; padding-bottom: 0px; font: 11px Arial, Helvetica, sans-serif; line-height: 40px;	}
/*#imageData #bottomNavClose{ width: 21px; float: right;  padding-bottom: 0.7em;	}*/
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	/*height: 500px;*/
	background-color: #fff;
	filter:alpha(opacity=01);
	-moz-opacity: 0.01;
	opacity: 0.01;
	display: none; 
	}
.ie7 #overlay, .ie6 #overlay {
	padding-bottom: 120px;
}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
