/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 932px;
	position:relative;
	z-index:2;
}

#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: 932px;
}

#slideshow .slides ul {
	width: 932px;
	height:477px;
}

#slideshow .slides li {
	width: 930px;
	float: left;
}

#slideshow .slides h2 {
margin-top: 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#slideshow .slides-nav li {
	float: left;
	background:#eaf6fd;
	cursor:pointer;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	height: 70px;
	width: 63px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;

}

#slideshow .slides-nav li a {
	color:#000000;
	font: bold 15px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #eaf6fd;
	border-right-color: #eaf6fd;
	border-bottom-color: #eaf6fd;
	border-left-color: #eaf6fd;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 63px;
	text-align: center;
}

.js #slideshow .slides-nav li.on a {
	width: 63px;
	text-align: center;
}
#nav-nav {
	height: 31px;
	width: 63px;
	margin-bottom: 8px;
}

