

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 924px;
margin: 0 auto;}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 924px;
height: 284px;
margin-top: 12px;
}

#slideshow .slides ul {
width: 3696px;
}

#slideshow .slides li {
width: 924px;
height: 284px;
float: left;
padding: 0;display: block;
}


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
width: 924px;
background-color: #000;
margin-left: -10px;
}


#slideshow .slides-nav li {
float: left;
background-color: #e5e5e5;
}

#slideshow .slides-nav li a {
display: block;
padding: 5px 0 5px 0;
outline: none;
font-size: 9px;
text-align: center;
width: 20px;
height: 12px;
color: #000;}

#slideshow .slides-nav li a:hover {
color: #f13f20;
text-decoration: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a,
.js #slideshow .slides-nav li.on a:hover {
background-color: #fff;
color: #f13f20;}

.js #slideshow .slides-nav li.on a {
background-color: #fff;}
