i.otd3 {
	position: absolute;
	display: block;
	background: #F9F9F9;
	width: 1px;
	height: 1px;
	overflow: hidden;	
}	

#oafvtext{
	width: 100%;
	height: 70px;
	padding: 2px;
	margin-bottom:7px;
	border-color: white;
}

#oafvnt{
	width: 470px;
	font-size: 12px;
	padding: 2px 5px;
	color: black;
	background: #d9d9d9;
	overflow: hidden;
	font-weight: bold;
}	

#oafv{
	text-align: left;
	width: 480px;
}

#oafv .d {
	width: 140px;
	margin: 5px 0px 10px 350px;	
}

#oafvzn .o {
	color: red;
	margin-top: 4px;
}

#oafvzn {
	float: right;
	position: relative;
	width: 100px;
	clear: right;
	color: black;
	text-align: left;
	margin-top: 10px;
}

.comm86d {
	width: 100%;	
}

.comm86d .dtc {
	vertical-align: top;
	padding: 0;
	background: white url(../img/new/lbcb.gif) no-repeat bottom right;
	
}

.comm86d .dtc .t, .comm86d .dtc .b {
	padding: 5px;
	padding-top: 0;
	font-size: 12px;
}

.comm86d .dtc .b {
	color: black;	
}

.comm86d .dtc .t {
	padding: 0px 0px 1px 4px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: top right;
}

.comm86d .dtc .t .u {
	float: right; 
	position: relative; 
	right: 3px;
	color: red;
	cursor: pointer;
}

.cg1{
	position: absolute;
	top: 30px;
	left: -20px;
}

.comm86d .dtc .t span{
	position: relative;
	top: -2px;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 2px 10px;
	}

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

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer {
	margin: 0 auto;
	line-height: 1.4em;
	border-top: 0;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ float: right;  padding-bottom: 0.7em;}	/*width: 66px;*/ 
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #fafafa;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox2{
	display:none;
	position: absolute;
	top: 50%;
	left: 19%;
	z-index:9999;
	width: 790px;
	height: auto;
	margin-top: -220px;
	/*border:1px solid #fff;*/
	background:#FDFCE9;
	text-align:left;
}
#lightbox2[id]{
	position:fixed;
}

#overlay2{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 500px;
	z-index:5000;
	background-color:#f5f5f5;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}
#overlay2[id]{
	position:fixed;
}

#lightbox2.done #lbLoadMessage2{
	display:none;
}
#lightbox2.done #lbContent2{
	display:block;
	height: 98.5%;
}
#lightbox2.loading #lbContent2{
	display:none;
}
#lightbox2.loading #lbLoadMessage2{
	display:block;
	height: 98.5%;
}
