<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<p>#lightbox{<br />
  position: absolute;<br />
  top: 40px;<br />
  left: 0;<br />
  width: 100%;<br />
  z-index: 100;<br />
  text-align: center;<br />
  line-height: 0;<br />
  }</p>
<p>#lightbox a img{ border: none; }</p>
<p>#outerImageContainer{<br />
  position: relative;<br />
  background-color: #fff;<br />
  width: 250px;<br />
  height: 250px;<br />
  margin: 0 auto;<br />
  }</p>
<p>#imageContainer{<br />
  padding: 10px;<br />
  }</p>
<p>#loading{<br />
  position: absolute;<br />
  top: 40%;<br />
  left: 0%;<br />
  height: 25%;<br />
  width: 100%;<br />
  text-align: center;<br />
  line-height: 0;<br />
  }<br />
  #hoverNav{<br />
  position: absolute;<br />
  top: 0;<br />
  left: 0;<br />
  height: 100%;<br />
  width: 100%;<br />
  z-index: 10;<br />
  }<br />
  #imageContainer&gt;#hoverNav{ left: 0;}<br />
  #hoverNav a{ outline: none;}</p>
<p>#prevLink, #nextLink{<br />
  width: 49%;<br />
  height: 100%;<br />
  background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */<br />
  display: block;<br />
  }<br />
  #prevLink { left: 0; float: left;}<br />
  #nextLink { right: 0; float: right;}<br />
  #prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }<br />
  #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }<br />
</p>
<p>#imageDataContainer{<br />
  font: 10px Verdana, Helvetica, sans-serif;<br />
  background-color: #fff;<br />
  margin: 0 auto;<br />
  line-height: 1.4em;<br />
  }</p>
<p>#imageData{<br />
  padding:0 10px;<br />
  }<br />
  #imageData #imageDetails{ width: 70%; float: left; text-align: left; } <br />
  #imageData #caption{ font-weight: bold;	}<br />
  #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	} <br />
  #imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	} <br />
  <br />
  #overlay{<br />
  position: absolute;<br />
  top: 0;<br />
  left: 0;<br />
  z-index: 90;<br />
  width: 100%;<br />
  height: 500px;<br />
  background-color: #000;<br />
  filter:alpha(opacity=60);<br />
  -moz-opacity: 0.6;<br />
  opacity: 0.6;<br />
  }<br />
</p>
<p>.clearfix:after {<br />
  content: &quot;.&quot;; <br />
  display: block; <br />
  height: 0; <br />
  clear: both; <br />
  visibility: hidden;<br />
  }</p>
<p>* html&gt;body .clearfix {<br />
  display: inline-block; <br />
  width: 100%;<br />
  }</p>
<p>* html .clearfix {<br />
  /* Hides from IE-mac \*/<br />
  height: 1%;<br />
  /* End hide from IE-mac */<br />
  } <br />
</p>
</body>
</html>
