#Chronosel {
  width:660px;
  height:250px;
  overflow:hidden;
  position:relative;
  float:none;
  padding:0px;
  margin:0 auto;
}
/* each li is a complete slide entry with textbox, text, image, etc */
#Chronosel li {
  white-space:nowrap;
  float:left;
  width:660px;
  height:250px;
  float:left;
  display:block;
}
/* the actual text of the slide. Some of this is overwritten by inline styles */
#Chronosel .Slide-Text {
  top:6px; 
  left:6px; 
  width:628px; 
  letter-spacing:0px;  
  position:absolute; 
  z-index:5; 
  opacity:1;
  text-align:left;
  font-size:20px !important;
  font-weight:bold;  
  letter-spacing:0px !important;
  font-family:'Gotham A', 'Gotham B', Helvetica, Geneva, sans-serif !important; 
  padding:10px; 
  overflow:visible; 
  text-decoration:none; 
  white-space:pre-wrap !important;
  color:white; 
}
/* the background layer textbox. The black or white area behind the text */
#Chronosel .Slide-Textbox {
  top:6px; 
  left:6px; 
  width:628px; 
  letter-spacing:0px;
  position:absolute; 
  z-index:3; 
  background-color:black;
  color:white; 
  font-size:20px !important;
  letter-spacing:0px !important;
  font-family:'Gotham A', 'Gotham B', Helvetica, Geneva, sans-serif !important; 
  font-weight:bold;  
  padding:10px;
  overflow:visible;
  white-space:pre-wrap !important;
  opacity:0.0;
}
/* this exists inside .Slide-Textbox, to make sure that it maintains the same height as .Slide-Text. */
#Chronosel .Slide-Textbox .Slide-Textbox-Size {
  visibility:hidden;
  !important;
}
/* description text */
#Chronosel div.HighlightSubhead {
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  line-height:22px;
  font-weight:normal;
}
/* the border around the entire slide */
#Chronosel .Slide-Border {
  position:absolute; 
  width:648px; 
  height:238px; 
  z-index:2;  
  display:block; 
  top:0px; 
  left:0px; 
  float:left; 
  border:6px solid black; 
  opacity:0.0;
}
/* the large background image contained within each slide. */
#Chronosel .Slide-Image {
  width:660px; 
  height:250px; 
  border:0px; 
  margin:0px; 
  padding:0px;
  float:left; 
}
