@charset "UTF-8";

/* bruceDesign Slide Show CSS */
div#topOfPageAnchor {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}



#headers {
  position: relative;
  width: 944px;
  height: 16px;
  color: #ffffff;
}

#slideshowHeader {
  float: left;
  width: 780px;
  height: 20px;
  margin-top: 8px;
  padding-left: 10px;
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
}

#thumbnailContainer {
  float: left;
  width: 162px;
}

.thumbnailNav {
  width: 100%;
  height: 20px;
  text-align: center;
  margin-bottom: 4px;
}

.thumbnail {
  width: 140px;
  height: 120px;
  margin-bottom: 0px;
  margin-left: 6px;
  margin-right: 6px;
}

#imageContainer {
  float: left;
  width: 792px;
  margin-left: 6px;
}

#imageHeading {
  float: left;
  width: 400px;
  font-size: 12px;
  text-align: left;
  margin-top: 4px;
	color: #333333;
}

#topNavigation {
  float: right;
  width: 240px;
  height: 24px;
  text-align: right;
}

#mainImage {
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  height: 504px;
  text-align: center;
}

#mainImage ul {
  margin-top: 2px;
  text-align: left;
}

#mainImage ul li {
  display:inline;
  font-size: 0.6em;
  color: #999999;
}

#mainImage a:link, a:visited, a:active {
  text-decoration: underline;
  color: #999999;
}

#mainImage a:hover {
  text-decoration: underline;
}

.alignLeft {
  float: left;
}  

#credit {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 2px;
  font-size: 0.70em;
  text-align: left;
}

.leftText {
  position: absolute;
  left: 10px;
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: .80em;
  text-align: left;
  color: #DFDFDF; 
}

.rightText {
  position: absolute;
  right: 0px;
  font-family: Arial, Helvetica;
  font-size: .80em;
  text-align: right;
  color: #FFFFFF;
  }

.lightBlue {
  color: #CCCCCC;
}

.blue {
  color: #DFDFDF;
}

#separatorClear6 {
  clear: both;
  height: 6px;
}

#separatorClear10 {
  clear: both;
  height: 10px;
}

#spacer2 {
  height: 2px;
}

.slide {
  margin-left: 24px;
  margin-right: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.total {
  margin-right: 4px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.of {
  margin-right: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.absBottom {
  vertical-align: middle;
}

.roundedcornr_box_gray {
  background: url(../imagesDesign/roundedcornr_gray_tl.png) no-repeat top left;
}
.roundedcornr_top_gray {
  background: url(../imagesDesign/roundedcornr_gray_tr.png) no-repeat top right;
}
.roundedcornr_bottom_gray {
  background: url(../imagesDesign/roundedcornr_gray_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_gray div {
  background: url(../imagesDesign/roundedcornr_gray_br.png) no-repeat bottom right;
}
.roundedcornr_content_gray {
  background: url(../imagesDesign/roundedcornr_gray_r.png) top right repeat-y;
}
.roundedcornr_top_gray div,.roundedcornr_top_gray,
.roundedcornr_bottom_gray div, .roundedcornr_bottom_gray {
  width: 100%;
  height: 14px;
  font-size: 1px;
}
.roundedcornr_content_gray, .roundedcornr_bottom_gray {
  margin-top: 0px;
}
.roundedcornr_content_gray { padding: 0 4px; }  

