a.highslide:visited;
{
  color:#ff9900;
}

.highslide-wrapper, .highslide-outline 
{
  background:#000000;
}

.highslide img 
{
  border:1px solid #D0D0D0;
}

.highslide:hover img 
{
  border:1px solid #A0A0A0;
}

.highslide-dimming 
{
  background:#000000;
}

.highslide-image 
{
  padding:10px;
  background:#000000;
  border-top:solid 1px #4E2009;
  border-left:solid 1px #4E2009;
  border-right:solid 1px #4E2009;
  width:500px;
}

.highslide-caption 
{
  padding:0 10px 10px 10px;
  color:#ff9900;
  background:#000000;
  border-bottom:solid 1px #4E2009;
  border-left:solid 1px #4E2009;
  border-right:solid 1px #4E2009;
  text-align:center;
  font-size:11pt;
}

.highslide-loading 
{
  color:#000000;
  background:#ffffff url(graphics/loader.big.white.gif) no-repeat;
  border: 1px solid #4E2009;
  height:32px;
  width:32px;
}

.closebutton 
{
  position:relative;
  top:-15px;
  left:15px;
  width:30px;
  height:30px;
  cursor:pointer;
  background: url(graphics/close.png);
}
