/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
overflow: hidden;
	}

#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 {

}

#slideshow .slides ul {
width: 2880px;
overflow: hidden;
}

#slideshow .slides li {
overflow: hidden;
width: 230px;
float: left;
padding: 0 20px 20px 0;
background: #EDEDED url('images/jslidebg.png')\9; /* wow seriously I have to use these weird css things for Internet Explorer? Targets IE 6,7,8 */
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 7px 10px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #CCC;}

#slideshow p {
margin: 0 0 10px 0;
}

#slideshow img {
width: 258px;
height: 112px;
}

#slideshow a:hover {
border: 0;
}
