
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 779px;
background: #000 url('../images/tab_bg.jpg') no-repeat top center;
}

li {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;
margin-left:15px;
}

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

#slideshow .slides li {
background: #fff url('../images/tab_bg2.jpg') repeat-x top center;
height:250px;
width: 750px;
float: left;
}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
margin-left:12px
}

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

#content .slides-nav a:link {padding-top:15px;color:#fff;text-decoration:none;font-weight:bold}
#content .slides-nav a:visited {padding-top:15px;color:#fff;text-decoration:none;font-weight:bold}
#content .slides-nav a:hover {padding-top:15px;color:#fff;text-decoration:none;font-weight:bold}

#slideshow .slides-nav li a {
width:90px;
height:31px;
text-align:center;
display: block;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color:red;
background: #fff url('../images/tab_on.jpg') no-repeat top center;
}

.js #slideshow .slides-nav li.on a {
position: relative;
}