a:link {
  text-decoration: none;
  color: #9e0000;
}
a:visited {
  text-decoration: none;
  color: #9e0000;
}
a:active {
  text-decoration: none; 
  color: #9e0000;
}
a:hover {
  text-decoration: underline;
  color: #9e0000;
}

#image_fader {
  position: relative;
  left: 0px;
  top: 0px;
  width: 600px;
  height: 340px;
  border: 1px solid #cccccc;
  border-bottom: 0px;
  background-color: #eeeeee;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}


#image_fader_description {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 290px;
  background: url(white_transparent.png);
  padding: 5px;
  border: 1px solid #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: justify;
  font-size: 14px;
  color: #eeeeee;
}

#image_fader_bar {
  position: absolute;
  bottom: -51px;
  left: -1px;
  width: 590px;
  height: 50px;
  border: 1px solid #cccccc;
  border-top: 0px;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  background-color: #eeeeee;
  padding: 5px;
  padding-top: 8px;
  font-size: 16px;
  text-align: left;
}

#image_fader_image {
  position: relative;
  top: 10px;
  width: 580px;
  height: 320px;
  border: none;
}

#image_fader_bar_flags {
  margin-top: 7px;
}

.image_fader_flag {
  border: 1px solid #999999;
  width: 36px;
  height: 20px;
}
