#textbox{	position: absolute;	left: 0; width: 100%; z-index: 100;}
#textbox img{ width: auto; height: auto; text-align: center;}
#textbox a img{ border: none; text-align: center; }

#outerTextContainer{ position: relative; background-color: #fff; width: 620px; height: auto; margin: 0 auto; }
#textContainer{ padding: 10px; height: auto;}

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

#prevLink, #nextLink{ width: 49%; height: 100%; background-text: url(data:text/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../texts/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../texts/nextlabel.gif) right 15% no-repeat; }

#textDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#textData{	padding:0 10px; color: #666; }
#textData #textDetails{ width: 70%; float: left; text-align: left; }	
#textData #caption{ font-weight: bold;	}
#textData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#textData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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

#textbox #textboxText {width: 600px; position: relative;}

#textbox #textboxText p {font-size: 12px; margin: 0 0 20px 0; text-align: left;}
#textbox #textboxText h1, #textbox #textboxText h2, #textbox #textboxText h3 {font-size: 11px; padding: 18px 0 0 0; text-align: left;}

