#ContentCanvas {
  width: 100%;
  height: 475px;
  margin: 0px;
  padding-top: 10px;
}

#body_top_right_title {
  text-align: center;
  margin-top: 35px;
  width: 335px;
  height: 17px;
  float: right;
  font-size: 11px;
  background-color: black;
  padding-top: 1px;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

#GalleryStoryBoard {
  display: none;
  position: absolute;
  left: 0; top: 0;
  width: 300px;
  height: 277px;
  overflow: auto;
  text-align: left;
  padding: 10px;
  background-color: black;
  font-size: 12px;
  line-height: 1.3em;
  border: 5px solid #222;
  opacity: 0.8;

  filter: alpha(opacity=80);
  scrollbar-face-color: #333;
  scrollbar-shadow-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
}

.PriorGallery { float: left; font-size: 12px; }
.NextGallery { float: right; font-size: 12px; }


.ShowStoryOpt:link, .ShowStoryOpt:visited,
.PriorGallery a:link, .PriorGallery a:visited,
.NextGallery a:link, .NextGallery a:visited
{ color: orange; text-decoration: none; border-bottom: 1px dotted orange; }

.ShowStoryOpt:hover, .ShowStoryOpt:visited:hover,
.PriorGallery a:hover, .PriorGallery a:visited:hover,
.NextGallery a:hover, .NextGallery a:visited:hover
{ color: orange; text-decoration: none; border-bottom: 1px solid orange; }

.Available {
  height: 50px;
  width: 735px;
  clear: both;
  float: left;
  color: orange;
  font-weight: bold;
}
