div#site-container div#page-content {
  padding: 0 !important;
}

ul#dates  {
  list-style: none;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  margin: 0px 10px 25px 10px;
  padding: 0;
  overflow: hidden;
}
ul#dates li {
  background: #ffffff url(/img/history-list-bg.gif) no-repeat top right;
  list-style: none;
  float: left;
  border: 0;
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 1.9em;
  text-align: center;
  height: 1.5em;
  width: 102px;
}
ul#dates li.last {
  background: #ffffff none;
}
ul#dates li a {
  padding: 4px 0px 0px 0px;
  display: block;
}
ul#dates li a:hover {
  font-size: 1.05em;
}

ul#dates li.selected a {
  color: #999999 !important;
}


/*
 * History Slideshow
 */
#history-slideshow {
  background: #f0f0f0;
  position: relative;
  width: 940px;
  height: 220px;
}
div#history-previous-button {
  position: absolute;
  left: 0px;
  top: 100px;
}
div#history-next-button {
  position: absolute;
  top: 100px;
  right: 0px;
}

/*
 * History Content
 */
div#history-content {
  color: #000000;
  margin: 0px 10px 0px 10px;
} 
div#history-content div#history-text {
  float: left;
  width: 400px;
} 
div#history-content div#history-text h3 {
  font-size: 2.5em !important;
  border: 0;
  margin: 0px 0px 10px 0px;
  padding: 0;
} 
div#history-content div#history-text div#summary {
  padding: 0px 0px 10px 0px;
  font-size: 1.8em;
}
div#history-content div#history-text div#description {
  color: #a09499 !important;
}

div#history-content div#history-image {
  float: left;
  width: 520px;
} 
div#history-content div#history-image img {
  border-left: 20px solid #ffffff;
} 

