.slideshow_header {
  display: block;
  position: relative;
  text-decoration: none;
  outline: none;
  width: 176px;
  height: 139px;
  border: 1px solid #01678F;
  cursor: default;
  overflow: hidden;
}
.slideshow_header b {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 172px;
  height: 123px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}		
.slideshow_header span {
  display: block;
  position: absolute;
  left: 2px;
  top: 125px;
  width: 172px;
  height: 13px;
  overflow: hidden;
  background-color: #6B8BA2;
  color: white;
  font-family: Verdana;
  font-size: 10px;
  text-align: center;
}
.slideshow_header i {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 172px;
  height: 13px;
  overflow: hidden;
  font-style: normal;
  text-align: center;
}
.slideshow_header u {
  display: block;
  position: absolute;
  left: 157px;
  top: 126px;
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/loader.gif);
}
