/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 350px;
font-family: arial, helvetica, sans-serif;
font-size:12px;
}

#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: 350px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 350px;
float: left;
height:250px;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
float:right
}

#slideshow .slides-nav li {
background-color: #f25623;
float: left; margin-right:5px;}


#slideshow .slides-nav li a {
display: block;
width:14px;
height:9px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #1e1f22;}

.js #slideshow .slides-nav li.on a {
position: relative;}