
#lightbox { line-height: 0; text-align: center; position: absolute; z-index: 100; top: 40px; left: 0; width: 100% }
#lightbox a img { border: none }
#outerImageContainer { background-color: #fff; margin: 0 auto; position: relative; width: 250px; height: 250px }
#imageContainer { padding: 10px }
#loading { line-height: 0; text-align: center; position: absolute; top: 40%; left: 0%; width: 100%; height: 25% }
#hoverNav { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100% }
#imageContainer>#hoverNav { left: 0 }
#hoverNav a { outline: none }
#prevLink, #nextLink { background: url('http://3smotors.com/cssimages/blank.gif') no-repeat; width: 49%; height: 100%; display: block }
#prevLink { float: left; left: 0 }
#nextLink { float: right; right: 0 }
#prevLink:hover, #prevLink:visited:hover { background: url('http://3smotors.com/cssimages/prevlabel.gif') no-repeat left 15%;  }
#nextLink:hover, #nextLink:visited:hover { background: url('http://3smotors.com/cssimages/nextlabel.gif') no-repeat right 15%;  }
#imageDataContainer { font: 10px/1.4em Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto }
#imageData { padding: 0 10px }
#imageData #imageDetails { text-align: left; float: left; width: 70% }
#imageData #caption { font-weight: bold }
#imageData #numberDisplay { clear: left; padding-bottom: 1em; display: block }
#imageData #bottomNavClose { float: right; padding-bottom: 0.7em; width: 66px }
#overlay { background-color: #000; position: absolute; z-index: 90; top: 0; left: 0; width: 100%; height: 500px; filter: alpha(opacity=60); opacity: 0.6 }
after.clearfix { clear: both; height: 0; visibility: hidden; content: "."; display: block }
* html>body .clearfix { width: 100%; display:  }
* html .clearfix { height: 1% }
