/* slideshow styles */
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Verdana;
}
.slideShow {
	

	clear: both;
	margin-bottom: 10px;
}

/** navigation **/
.slideShow .navigation {
	margin: 5px 0px 0px 0px;
	clear: left;
	display: block;
}
.slideShow .navigation li {
	display: inline;
}
.slideShow .navigation a {
	margin: 0px 2px 0px 0px;
	display: inline-block;
	text-decoration: none;
	font-size:0px;
	width:15px;
	height:17px;
	background-image:url(../images/slider-b.png);
}
.slideShow .thumbs a {
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	height: 50px;
}
.slideShow .navigation a:hover{
width:15px;
	height:17px;
	background-image:url(../images/slider-d.png);}
.slideShow .navigation a.selected {
	width:15px;
	height:17px;
	background-image:url(../images/slider-c.png);
}
.slideShow ol.topNavigation { float:right; margin:0px 0px 0px 0px; position:absolute; z-index:2000;}

/** slides with more than an image in it **/
.slide img{ width:780px; height:500px;}
.slide h1 {
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
}

.slide dl dt {
	width: 600px;
	height:500px;
}

/** slides with text over images **/
.slide p {
	margin: 1em;
	position: absolute;
	background-color: #000;
	color: #fff;
	z-index: 1;
	padding: 0.2em 0.8em;
}
.slide p a {
	color: #fff;
}

/** slideshow with images in navigation **/
.navigation.white a, .navigation.white li {
	background-color: #ffffff;
}
.navigation.white a {
}
.navigation.white a:hover,
.navigation.white a.selected {
	width:15px;
	height:17px;
	background-image:url(../images/slider-c.png);
}
