
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 632px;
height: 276px;
}

#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 {
width: 632px;
}

#slideshow .slides ul {
width: 632px;
height: 276px;
background-image:url(../images/field_blank.gif);
}

#slideshow .slides li {
width: 632px;
float: left;
padding:0;
}

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

#slide-one { 
/*background-image:url(../images/field.gif);*/
width: 632px;
	height: 276px;
}
#slide-two {
	/*background-image: url(../images/field2.gif);*/
width: 632px;
	height: 276px;
}
#slide-three { 
/*background-image: url(../images/field3.gif);*/
width: 632px;
	height: 276px;
}#slide-four { 
/*background-image: url(../images/field4.gif);*/
width: 632px;
	height: 276px;
}
#slide-five { 
/*background-image: url(../images/field5.gif);*/
width: 632px;
	height: 276px;
}
#slide-six { 
/*background-image: url(../images/field6.gif);*/
width: 632px;
	height: 276px;
}
#slide-seven { 
/*background-image: url(../images/field7.gif);*/
width: 632px;
	height: 276px;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow  ul.slides-nav {
	margin-left: 65px;
	background-color: #fff;
	margin-top: 0;
	padding: 2px;
	font-size: .7em;
	font-family: verdana;
	}	
#slideshow .slides-nav li {
float: left;
background-color: #eee;

}

#slideshow .slides-nav li a {
display: block;
padding: 5px;
outline: none;
color: #007C93;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #fff;
	color: #941A1D;
}

.js #slideshow .slides-nav li.on a {
	position: relative;
	color: #fff;
	background-color:#007C93;
}
#slideshow .slide-nav li#last {
	border: none;
}