/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width:918px;
	height:314px;
	padding:20px;
	margin:0 0 30px 0;
	border:1px solid #007ae1;
	clear: both;
}

#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: 720px;
	float: left;
}

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

#slideshow .slides li {
	width: 720px;
	float: left;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #fff;
	width: 190px;
	float: left;
}

#slideshow .slides-nav li {
	width:190px;
	float: left;
	padding:0 0 5px 10px;
}

#slideshow .slides-nav li a {
display: block;
padding: 0px;
color:#fff;
outline: none;
text-decoration:none;}

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

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
color:#ffffff;
background-color: #fff;
}
