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

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#imageContainer{ padding: 10px; }

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

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

#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 {
  width: 66px;
  float: right;
  margin: 1em;
  background-image: url(images/closelabel.gif);
  background-repeat: no-repeat;
  height: 22px;
}

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

/*
Reset browser defaults for better cross brower compatility
Source: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100.01%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body {
  background: white;
  color: black;
  font-size:1em;
  line-height: 1;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/*
More from here:
http://www.christianmontoya.com/2007/02/01/css-techniques-i-use-all-the-time/

10px/16px = .625, 12px/16px = 0.75, 14px/16px = .875, 18px/16px = 1.125
*/

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}
form label { cursor: pointer; }
fieldset { border: none; }

/* The real styling starts here */

html, body, form, fieldset {
  background: #fafafa;
  color: #333;
  font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 1.6em;
  font-stretch: semi-expanded;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

td {
  text-align: center;
  font-size: .75em;
  padding: 5px;
}
td img {
  border: 1px solid #000;
  padding: 5px;
}
p { text-align: center; }
small { font-size: .625em; }

.inc { text-align: center; }

.imageContainertable {
  color: #333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

