
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	line-height: 0;
	font: 10px Tahoma, Helvetica, sans-serif;
}

#lightbox a img {
	border: none;
}

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

/*********** IMAGETOPCONTAINER ************/

#imageTopContainer {
	background-color: #fff;
	width: 250px;
	height: 25px;
	margin: 0 auto;
	color: #333;
	border: 0;
	font-size: 10px;
}

#imageTopContainer a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#imageTopContainer a:hover {
	color: #ee6104;
	text-decoration: underline;
}

#imageTopContainer a.activeImg {
	color: #666;
	font-weight: bold;
}

#imageTopContainer #numberDisplay {
	float: right;
	font: 10px Tahoma, Helvetica, sans-serif;
	text-align: right;
	margin: 8px 29px 0 0;
}

#imageTopContainer #numberDisplay a {
	font-weight: bold;
	padding: 0 3px 0 3px;
}

#imageTopContainer #bottomNavClose{
	float: right;
	font: 10px Tahoma, Helvetica, sans-serif;
	text-align: right;
	margin: 8px 12px 0 0;
	font-weight: bold;
}

#imageTopContainer #caption{
	float: left;
	font: 11px Tahoma, Helvetica, sans-serif;
	text-align: left;
	padding: 7px 0 0 10px;
	font-weight: bold;
}

/*********** OUTERIMAGECONTAINER ************/

#outerImageContainer{
	position: relative;
	background-color: #fff;
	margin: 0 auto;
}

#imageContainer{
	position: relative;
	z-index: 100;
	padding: 0 190px 0 10px;
}

*html #imageContainer{
	padding: 0 175px 0 8px;
}

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

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink {
	width: 20%;
	height: 100%;
	/*background: transparent url(../images/blank.gif) no-repeat; Trick IE into showing hover */
 	background: url('../images/previous_nl.gif') left 5% no-repeat;
 	display: block;
}
#nextLink{
	width: 20%;
	height: 100%;
	/*background: transparent url(../images/blank.gif) no-repeat; Trick IE into showing hover */
 	background: url('../images/next_nl.gif') right 5% no-repeat;
 	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 190px; float: right; margin: 0 180px 0 0; }
*html #nextLink { right: 0; float: right; margin: 0 95px 0 0; }
/*#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }*/
/*#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }*/

#outerImageContainer #imageOptions {
	position: absolute;
	top: 0;
	right: 10px;
	height: 96%;
}

#imageOptions {
	background: url('../images/bg_stripes.gif') repeat-y 0 0;
}

#buttons {
	position: relative;
	margin: 0;
	width: 160px;
	padding-bottom: 10px;
	clear: both;
	text-align: left;
	z-index: 200;
	background-color: #fff;
}

#buttons h2#listHeader {
	font-size: 10px;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0 5px 13px;
}

#buttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#buttons ul li {
	margin: 3px 0 3px 0;
	padding: 0;
	height: 20px;
	background: url('../images/liitem.gif') no-repeat 1px 9px;
}


*html #buttons ul li {
	float: left;
	width: 160px;
}

*+html #buttons ul li {
	float: left;
	width: 160px;
}

#buttons ul li a#linkManual,
#buttons ul li a#linkDrawings,
#buttons ul li a#linkOptions,
#buttons ul li a#linkSpecs {
	position: relative;
	float: left;
	margin: 0;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 0 13px;
	text-decoration: underline;
}

#buttons a#linkManual:hover,
#buttons a#linkDrawings:hover,
#buttons a#linkOptions:hover,
#buttons a#linkSpecs:hover {
	color: #ee6104;
	text-decoration: underline;
}

#buttons #drawingText {
	font-size: 10px;
	background-color: #fff;
	padding: 0;
	line-height: 14px;
	margin-top: 10px;
	padding-top: 6px;
	border-top: 1px solid #ccc;
	clear: both;
}
#buttons #drawingText a {
	color: #333;
	text-decoration: underline;
}

/*********** IMAGEDATACONTAINER ************/

#imageDataContainer {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 95%;
}