#content {
  width: 1248px;
  height: 504px;
  background: url(../images/history-background.gif);
}
div.decade {
  overflow: hidden;
  width: 52px;
  height: 504px;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: relative;
  float: left;
  display: none;
  background-repeat: no-repeat;
}
a.temp {
  color: #2b200d;
}
a.temp:hover {
  color: #89693b;
}
div.decade a.desc {
  position: absolute;
  display: block;
  z-index: 3;
  padding-top: 450px;
  height: 252px;
  width: 52px;
  color: #FFFFFF;
  font-size: 10px;
  left: 0px;
}
div.decade a.desc.active {
  color: #fff;
}
div.decade a.desc:hover {
  color: #8fc4e4;
}
div.decade div.image {
  position: absolute;
  z-index: 2;
  height: 504px;
  width: 52px;
  left: 0px;
}
div.decade div.p {
  position: absolute;
  z-index: 1;
  height: 504px;
  width: 52px;
  left: 0px;
  background: #000000;
}
div.decade div.main {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 504px;
  width: 520px;
}
div.decade div.content {
  position: absolute;
  text-align: left;
  padding-top: 15px;
  padding-left: 27px;
  margin-left: 520px;
  padding-right: 27px;
  width: 206px;
  height: 504px;
  color: #FFFFFF;
  font: 10px/15px Verdana;
  background: url(../images/box-1-panel-background.jpg);
}
* html div.decade div.content {
  margin-left: 130px;
}
*+html div.decade div.content {
  margin-left: 130px;
}
div.decade div.content div.d {
  font: 14px/15px Verdana;
  color: #FFFFFF;
  margin-bottom:15px;
  margin-top: 10px;
}
.bwa {
  margin-left:236px;
}
