
#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height:300px;
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */

#slideshow.product {
margin-top:15px;
}

#slideshow.header .slides {
overflow: hidden;
width:933px;height:290px;}

#slideshow.product .slides {
overflow: hidden;
width:285px;height:130px; float:left;}

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

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

#slideshow.header .slides li {
width: 933px;
float: left;
}

#slideshow.product .slides li {
width: 285px;
float: left;
}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow.product .slides-nav {
float: right;}

#slideshow.product .slides-nav li {
width:70px;
min-height:60px;
list-style:none;
overflow:hidden;
}

#slideshow.product .slides-nav li img {
max-height:60px;
}

#slideshow .slides-nav li a {
display: block;
outline: none;
}

.js #slideshow .slides-nav li.on {
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}
