
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
   background-color: #fff;
   width: 770px;

}

#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;
}  

.headline {
	clear: both;
	font-family: Georgia, serif;
	margin: -318px 0px 0px 470px;
	width:175px;
	line-height:24px;
	font-size:28px;
	color:#000;
}

.caption, caption a {
	font-family: Calibiri, Arial, Verdana, Geneva, sans-serif;
	line-height:18px;
	font-size: 13px;
	color:#FFF;
	font-weight:bold;
	height:150px;
}





/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 770px;
}

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

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

}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	width:751px;
    background-image:url(../img/background-nav.jpg);
	background-repeat:repeat-x;
    background-color: #e6ab73;
}

#slideshow .slides-nav li {
    float: left;
}

#slideshow .slides-nav li a {
    display: block;
    color:#333;
    text-decoration:none;
    width:148px;
    height:40px;
    margin: 12px 0px 0px 12px;
    outline: none;
}

.js #slideshow .slides-nav li.on {
	background-image:url(../img/background-navOn.jpg);
	background-repeat:repeat-x;
	background-color: #d48f54;
	
}

.js #slideshow .slides-nav li.on a {

}

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

}

.js #slideshow .slides-nav li a:hover {
    color:#fff;

}