/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 699px;
height:266px;
background-color: #000;
border: 1px solid #1e1e1e;}

#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: 699px;
}

#slideshow .slides ul {
/* total width of all slides -
960px multiplied by 3 in this case */
width: 2097px;}

#slideshow .slides li {
width: 699px;
height: 266px;
float: left;
padding: 0px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
border-top: 0px solid #fff;
}

#slideshow .slides-nav li {
float: left;
}

#slideshow .slides-nav li a {
display: block;
padding: 5px 5px 0px 5px;
outline: none;}

.js #slideshow .slides-nav li.on,  
.js #slideshow .slides-nav li.on a {  
background: url('../images/dot_over.png') no-repeat scroll top;}  
  
.js #slideshow .slides-nav li.on a {  
position: relative;  
} 