#scsphotoviewer {
  font-family: arial, verdana;
  font-size: 9pt;
}

#scsphotoviewer a#caption {
  text-align: left;
  font-size: 8pt;
  position: relative;
  top: 100px;
  filter:alpha(opacity=20);
  -moz-opacity:.20;
  opacity:.20;
}
#scsphotoviewer a#caption:link {text-decoration: none;}
#scsphotoviewer a#caption:visited {text-decoration: none;} 
#scsphotoviewer a#caption:hover {
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
}

ul#control_box {
  background-color: #ff0000;
  background: url(/images/design/photo_nav_bg.gif);
  background-repeat: repeat-x;
}