/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 960px;
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: 960px;
text-align:center;}

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

#slideshow .slides li {
width: 960px;
float: left;
padding-top: 35px;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

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

#slideshow .slides-nav li a {
	color:#CCC;
display: block;
padding: 2px 10px;
width:65px;
height:15px;
outline: none;
text-decoration:none;
vertical-align: text-bottom;
font-size:14px;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
}

.js #slideshow .slides-nav li.on a {
background-image:url(../images/blue_tab.png);
background-repeat:no-repeat;
font-size:14px;
text-decoration:none;
font-weight:bolder;
padding:2px 10px 8px;
width:65px;
height:15px;
text-align:center;}

