/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
.slides{
  background:none;
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 960px;
margin-top:200px;
background:none;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 159px; /* IE fix */
background:none;
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 460px;}

#slideshow .slides ul {
width: 1380px;}

#slideshow .slides li {
width: 460px;
float: left;
padding: 0;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
