/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

#slideshow {
	width: 580px;
	background: #f0efec;
	margin-bottom:20px;
}
#content #slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#content #slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#slideshow li h4 { float:left; }

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */

#slideshow .slides {
 	width: 580px;
}
#content #slideshow .slides ul {
	/*width: 2800px;*/
}
#content #slideshow .slides li {
	width: 580px;
	float: left;
	height:320px;
	margin-left:-10px;
	padding: 10px 10px;
	background:none;
}
#slideshow .slides h2 {
	margin-top: 0;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#content #slideshow .slides-nav {
	margin:-40px 0 0 0;
	padding:0;
	float:right;
	position:relative;
}
#content #slideshow .slides-nav li {
	float: left;
	background:url(../images/normal.png) no-repeat center;
	font-size:11px;
	margin:0 0 0 10px;
	padding:0;
	text-indent:-9009px;  width:15px;
}
#content #slideshow .slides-nav li a {
	display: block;
	
 	outline: none;
	
}
.js #slideshow .slides-nav li.on,  .js #slideshow .slides-nav li.on a {
	background: url(../images/current.png) no-repeat center left !important;
}
.js #slideshow .slides-nav li.on a {
	border-top:none; 
}
.js #slideshow .slides-nav li.on a {
	position: relative;
}
#content #slideshow .slides-nav li a:hover { background: url(../images/current.png) no-repeat center left !important;  }