/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 100%;
background-color:#ffffff;
border: 0px solid #ddd;}

#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: 95%;
}

#slideshow .slides li {
width: 100%;
float: left;
padding: 10px;}

#slideshow .slides h2 {
margin-top: 0px;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background:url(/img/navhighlight.png) top center;
color:#FFFFFF;
background-repeat:repeat-x-y;
border-top: 0px solid #ccc;
}

#slideshow .slides-nav li {
float: left;
list-style-type: none;
border-bottom:0px inset ;

margin-left:2px;
}

#slideshow .slides-nav li a {
display: block;
color:#FFFFFF;
padding: 15px 18px;

}


.js #slideshow .slides-nav li.on a {
/*background: #2580a2 url("/img/hover.gif") top center no-repeat;*/
background:#dd5800;

			color:#FFFFFF;
			text-decoration:none;
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: 0px;}
