/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {width: 950px;}

#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: 950px;height:356px;padding-bottom:30px;text-align:left;}

#slideshow .slides ul {}

#slideshow .slides li {width:950px;height:356px;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {width:350px;float:left;}

#slideshow .slides-nav li {border-bottom:1px dotted #CCC;}

#slideshow .slides-nav li a {display: block;text-align:left;color:#333;padding:7px 12px;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {background-color: #99CC00;color:#FFF;}