/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 612px;
background-color: #ffffff;
border:1px solid #e8e8e8;
}

#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: 596px;

border: 8px solid #06872d;
}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 596px;
height:180px;
float: left;
padding: 0px;}

#slideshow .slides h2 { margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {

   background-image: url(../images/top_bg.png);
   background-position:top;
   background-repeat:repeat-x;
border-top: 0px solid #e8e8e8;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 4px 19px;
outline: none;
color:#000000;
font-size:12px;
font-weight:bold;
border-left:0px solid #e8e8e8;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #06872d;
color:#ffffff;
border-right:0px solid #408d12;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}