.highslide-container div {
  font-family:Verdana, Helvetica;
  font-size:10pt;
}
.highslide-container table {
  display:block;
}
.highslide {
  outline:none;
  text-decoration:none;
}
.highslide img {
  border:0;
}
.highslide:hover img {
  border:0;
}
.highslide-active-anchor img {
  visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
  border-color: black;
  visibility: visible;
  cursor: default;
}
.highslide-image {
  padding:16px 16px 76px 16px;
  border-right:1px solid #000b14;
  display:block;
  border-bottom:1px solid #000b14;
  border-top:1px solid #acb2b6;
  border-left:1px solid #acb2b6;
  background:url('../../_images/popup_bg.jpg') repeat-x bottom;
}
.highslide-loading {
  display: block;
  color: black;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border: 1px solid white;
  background-color: white;
  padding-left: 22px;
  background-image: url(graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;

}
.highslide-move, .highslide-move * {
  cursor: move;
}

.highslide-viewport {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index:0;
  background: none;
  left: 0;
  top: 0;
}
.highslide-overlay {
  background:none;
}
.hidden-container {
  background:none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
  position: relative;
  top: -15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(graphics/close.png);
  /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.                           */
/* Remove these if you are not using a gallery                   */
/*****************************************************************************/
.highslide-controls {
  width: 195px;
  height: 40px;
  left:0;
  bottom:0;
  margin:0;
}
.highslide-controls ul {
  position: relative;
  left:7px;
  list-style: none;
  margin:0;
  padding:0;
  top:36px;
  height: 40px;
  z-index:100;
}
.highslide-controls li {
  float:left;
  padding: 5px 0;
  margin:0;
}
.highslide-controls a {
  -moz-opacity:0.5;
  opacity:0.5;
  filter:alpha(opacity=50);
  background-image: url(graphics/controlbar-white.gif);
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  margin:0;
  outline:none;
}
.highslide-controls a.disabled {
  cursor: default;
}
.highslide-controls a.disabled span {
  cursor: default;
}
.highslide-controls a span {
  /* hide the text for these graphic buttons */
  display: none;
  cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
  background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
  background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
  background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
  background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
  background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
  background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
  background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
  background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
  background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
  background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
  background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
  background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
  background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
  background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
  background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
  background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
  background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
  background-position: -180px -30px;
}
