/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 625px; }

#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: 625px;}

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

#slideshow .slides li {
min-width: 600px;
float: left;
min-height:550px;
}

#slideshow .slides li span.title {
width:350px;
float:left;
}

#slideshow .slides li span.size {
font-size:11px;
font-weight:bold;
}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {  }

#slideshow .slides-nav li {
float: left;
padding:5px 20px 10px 0; 
width:105px; line-height:12px;
height:125px;
}

#slideshow .slides img {
margin-bottom:10px;
}

#slideshow .slides-nav li img {
margin-bottom:5px;
}

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