div#content_container h2#crumb_trail {
  background: #f9d57f url(../cmsimages/sub_pagetitlebg.gif) top left no-repeat;
  color: #D81A1F;
  font-size: 110%;
  font-weight: normal;
  line-height:23px;
  padding-left: 12px;
}
h2#crumb_trail .darker {
  color: #AA5342;
}



#galleryscroll {
  float: left;
  background: transparent url(../cmsimages/scrollbg.gif) top right no-repeat;
  width: 570px;
  height: 95px;
  padding-left: 12px;
  margin-bottom: 5px;
}

#galleryscroll .arrow {
  float: left;
  vertical-align: center;
  background-color: transparent;
  margin: 25px 0px;
}

#galleryscroll img#next {
  margin-left: 10px;
  margin-right: 5px;
}

#galleryscroll img#prev {
  margin-left: 12px;
  margin-right: 7px;
}


#viewable {
  position: relative;
  overflow: hidden;
  width: 519px;
  height: 87px;
  float: left;
  margin: 7px 0px;
}

#scrollable {
 position: absolute;
 width: 10000px;
}

div.thumbnail {
  float: left;
  position: relative;
  top: 0px;
  width: 50px;
  height: 50px; 
  border: 1px solid white;
  margin: 0 3px;
  text-align: center;
}

div.cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background-color: #D81A1F;
  filter:alpha(opacity=50);
  opacity: .5;
}

div.cover a {
  display: block;
  width:50px
  height: 50px;
}

div.text {
  position: absolute;
  top: 62px;
  left: 0;
  text-decoration: none;
  color: #514A42;
  font-size: 70%;
  text-align: center;
  filter:alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px dashed #514A42;
  width: 50px;
  height: 23px;
  overflow: hidden;
}

div#content_container {
  overflow: hidden;
}

div#content_container div#page_info {
  float: left;
  width: 556px;
}

div#page_info div#imgdiv {
  float: left;
  background-color: #E8D5BB;
  border: 1px solid #D81A1F;
  padding: 3px;
  margin-right: 7px;
}

div#page_info img#page_image {
  float: left;
  border: 1px solid white;
}

div#page_info div#page_text {
  float: left;
  width: 190px;
  padding: 15px 0px;
  font-size: 90%;
  font-weight: bold;
}

div#page_info h3#page_title {
  color: #AA5342;
  padding-bottom: 5px;
  font-size: 120%;
  background: transparent url(../cmsimages/gallery_bar.gif) bottom right no-repeat;
}



div#page_info div#page_text p {
  border-bottom: 1px dashed #514A42;
  padding: 0;
}

a img {
  border: none;
}



