.Chronosel {
width: 660px;
height: 250px;
overflow: hidden;
position: relative;
float: none;
padding: 0px;
margin: 0 auto;
}
.Chronosel.Triforce {
width: 1000px;
}
/* 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;
}
.Chronosel.Triforce li {
width: 1000px;
}
/* the actual text of the slide. Some of this is overwritten by inline styles */
.Chronosel .Slide-Text,
.Chronosel .Slide-Textbox {
top: 6px; 
left: 6px; 
width: 628px; 
position: absolute; 
z-index: 5; 
opacity: 1;
padding: 10px; 
overflow: visible; 
letter-spacing: 0px;  
text-align: left;
font-size: 20px !important;
font-weight: bold;  
letter-spacing: 0px !important;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
/* font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif; */
text-decoration: none; 
white-space: pre-wrap !important;
color: white; 
}
.Chronosel.Triforce .Slide-Text,
.Chronosel.Triforce .Slide-Textbox {
width: 968px; 
}
/* the background layer textbox. The black or white area behind the text */
.Chronosel .Slide-Textbox {
z-index: 3; 
background-color: black;
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;
}
/* 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;
}
.Chronosel.Triforce .Slide-Border {
width: 988px;
}
/* the large background image contained within each slide. */
.Chronosel .Slide-Image {
width: 660px; 
height: 250px; 
border: 0px; 
margin: 0px; 
padding: 0px;
float: left; 
}
.Chronosel.Triforce .Slide-Image {
width: 1000px; 
}
