/* ---------------------------------------------------- */

/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 997px;
padding-top:15px;
padding-bottom:15px;
background-color: #424242;
margin-left:auto;
margin-right:auto;
}

#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: 993px;
background-image:url(../images/slide_back.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
border-radius:10px;

}

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

#slideshow .slides li {
width: 976px;
margin-left:auto;
margin-right:auto;
line-height:30px;
}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 15px 10px;
outline: none;
text-decoration:none;
background-image:url(../images/glow.png);
background-repeat:no-repeat;
font-size:14px;
font-weight:bold;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
/*background-color: #ffffff;*/
background-image:url(../images/glow_hover.png);
background-repeat:no-repeat;
text-decoration:none;}

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