/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
    /* smth */
}

#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:100%;
}

#slideshow .slides ul {
width: 2880px;
}

#slideshow .slides li {
width: 100%;
float: left;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
    margin:3px 0 3px 0;
    float:right;
    /* smth */
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding:3px 8px 3px 8px;
outline: none;
font:12px tahoma;
text-decoration:none;
background:url(../../images/special-offer-button-bg.jpg) no-repeat 0%;
color:White;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #eee;}

.js #slideshow .slides-nav li.on a {
position: relative;
background:url(../../images/special-offer-button-bg-on.jpg) no-repeat 0%;
}
