/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 580px;
	background-color: #eee;
	margin-left: 10px;
	border: 1px outset #333333;
}
#header h1 {
	text-indent: -9999px;
	float: left;
}


#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* IE fix */
	height: 300px;
}

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

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

#slideshow .slides ul {/*this is the panel behind the slide, the more width added the more space in between the roll of he pictures*/

}

#slideshow .slides li {/* I took padding off so the images are flushed to the corners*/
	width: 580px;
	float: left;
}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #333333;
	border-top: 2px solid #ccc;
	height: 50px;
	background-image: url(slidenavBG.gif);
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 15px 20px;
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
}
#slideshow /* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
 .slides-nav li {
	float: left;

}

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

.js #slideshow .slides-nav li.on a {
	position: relative;
	top: -4px;
	color: #333333;
}
