@charset "UTF-8";

/* bruceDesign Slide Show CSS */
/* Set width and float in the middle */
#wrapper {
  width: 950px;
  margin: 0 auto;
	margin-top: 0px;
}

#masthead {
  float: left;
  width: 950px;
	height: 22px;
  color: #ffffff;
  padding-top: 2px;
	background: #3E2F1A; 
}

#headers {
  width: 944px;
  height: 16px;
	padding-top: 0px;
  text-align: center;
  color: #ffffff;
}

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

#photosContent {
  float: left;
  width: 100%;
  background: #3E2F1A; 
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius: 0px 0px 8px 8px;
  behavior: url(/PIE.htc);
}

#thumbnailContainer {
  float: left;
  width: 160px;
  padding-left: 4px;
	padding-bottom: 48px;
}

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

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

#imageContainer {
  float: left;
  width: 754px;
  margin-left: 0px;
}

#imageHeading {
  float: left;
  width: 400px;
  font-size: 0.90em;
  text-align: left;
  margin-top: 6px;
}

#imageFooter {
  float: left;
  width: 640px;
  font-size: 0.90em;
  text-align: left;
  margin-top: 4px;
}

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

#mainImage {
  width: 754px;
  height: 528px;
  margin-left: 0px;
  padding-left: 32px;
  text-align: center;
}

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

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

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

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

.alignLeft {
  float: left;
}  

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

.leftText {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 14px;
  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;
}

#largePhoto {
  margin-left: 8px;
}

#separatorClear4 {
  clear: both;
  height: 4px;
}

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

#spacer2 {
  height: 2px;
}

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

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

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

.absBottom {
  vertical-align: middle;
}
