
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 720px;
background-color: #transparent;
border: 0px solid #ddd;
padding: 0;}

#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: 720px;
height: 242px; }

#slideshow .slides ul {
width: 720px;
height: 242px;
}

#slideshow .slides li {
width: 720px;
height: 242px;
float: left;
padding: 0px;}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-image:url(../img/nav2.jpg);
background-repeat:repeat-x;
border-top: 0px solid #ccc;}

#slideshow .slides-nav li {
float: left;
}

#slideshow .slides-nav li a {
display: block;
padding: 0px;
outline: none;
position: relative;
top: 10px;
width: 180px;
height: 45px;

}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
width: 180px;
height: 45px;
position: relative;
top: 10px;

}

.js #slideshow .slides-nav li.on a {
position: relative;
top: 0px;
width: 180px;
height: 27px;
background-image:url(../img/nav1.jpg);
background-repeat:repeat-x;
}

.slides-nav li.on a {
position: relative;
top: 0px;
width: 180px;
height: 45px;

}
