/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 800px;
background-color: #eee;
}

#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;}

#slideshow .slides ul {
width: 2400px;}

#slideshow .slides li {
width: 800px;
float: left;
padding: 0px;
margin: 0px;
height: 160px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #ddd;
border-top: 2px solid #ccc;
border-bottom: 2px solid #333;}

#slideshow .slides-nav li {
float: left;
}

#slideshow .slides-nav li a {
display: block;
padding: 5px 10px;
outline: none;
text-indent: -5000px;
background: transparent url('../img/slide_off.gif') no-repeat 10px 5px;
height: 1%;
width: 15px; }

#slideshow .slides-nav li a:hover {
background: transparent url('../img/slide_on.gif') no-repeat 10px 5px;
height: 1%; }

/*.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #eee;}*/

.js #slideshow .slides-nav li.on a {
background: transparent url('../img/slide_on.gif') no-repeat 10px 5px;
height: 1%;
text-indent: -5000px;}