@charset "utf-8";
/* CSS Document */

#slideshow {
	max-width: 1200px;
	width: 100%;
	height: 415px;
	position: relative;
	background: #000;
	margin: -10px 0 50px;
	padding: 0;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}  

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 415px;
	max-height: 415px;
	max-width: 1200px;
	margin: 0;
	padding: 0;

}

#slideshow .slides ul {
	position: relative;
	height: 415px;
	max-height: 415px;
	width: 100%;
	z-index: 300;
	overflow: hidden;
	max-width: 1200px;
}

#slideshow .slides li {
	width: 96%;
	text-align: center;
	background: blue;
	max-width: 1200px;
	max-height: 415px;
	height: 415px;
	float: left;
	padding: 2%;
	display: block;
}

#slideshow .slides li h2 {
	padding: 0;
	font-weight: normal;
	color: #D1CECE;
	margin: 5px 0;
	font-size: 40px;
}
#slideshow .slides li h5 {
	font-size: 20px;
}

#slideshow .slides #slide-one {
	background: url(../images/slide1.jpg) top center;
}
#slideshow .slides #slide-two {
	background: url(../images/slide2.jpg) top center;
}
#slideshow .slides #slide-three {
	background: url(../images/slide3.jpg) top center;
}
#slideshow .slides #slide-four {
	background: url(../images/slide4.jpg) top center;
}
#slideshow .slides #slide-five {
	background: url(../images/slide5.jpg) top center;
}


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background: #000;
	border-top: 1px solid #ccc;
	width: 100%;
	position: relative;
	z-index: 1000;
	margin: 0;
	list-style: none;
	height: 40px;
 }

#slideshow .slides-nav li {
float: left;
height: 30px;
width: 20%;
background: none;
}

#slideshow .slides-nav li a {
padding: 5px 0;
width: 100%;
height: 30px;
display: block;
color: #ccc;
margin: 0;
line-height: 2.2em;
text-align: center;
font-size: 14px;
font-weight: bold;
text-decoration: none;
outline: none;
}

#slideshow .slides-nav li a:hover {
	color: #fff;
	background: #333;
}

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

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