
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 100%;
	background-color: #FFF;
	
}

#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: 100%;}

#slideshow .slides ul {
	width: 100%;
	height: 100%;
}

#slideshow .slides li {
	width: 100%;
	float: left;
	padding: 0px;
	
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #FFF;
	border-top: 0px solid #ccc;
	text-align: center;
	
}

#slideshow .slides-nav li {
float: left;
text-align: center;}

#slideshow .slides-nav li a {
	display: block;
	padding: 2px 2px;
	outline: none;	
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
}

.js #slideshow .slides-nav li.on a {
}