/* slideshow styles */
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

	
}
.slideShow {
	min-height:160px;
	max-height:160px;
	width:229px;
	position:relative;
	float:left;
}

/** navigation **/
.slideShow .navigation {
	margin: 5px 0px 0px 0px;
	display: block;
	width:229px;
	height:20px;
	bottom:-45px;
	float:left;
	position:absolute;
}
.slideShow .navigation li {
	display: inline;
}
.slideShow .navigation a {
	background-color: #808285;
	width:12px;
	height:12px;
	color: #808285;
	font-size:0px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border-radius:100px;
	margin-right:2px;
}
.slideShow .thumbs a {
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	height: 50px;
}
.slideShow .navigation a:hover,
.slideShow .navigation a.selected {
	background-color: #E82700 !important;
	color: #E82700;
	width:12px;
	height:12px;
}
.slideShow ol.topNavigation {
	margin: 0px 0px 10px 0px;
}

/** slides with more than an image in it **/
.slide h1 {
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
}


/** 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 {
	border: 1px solid #ffffff;
	padding: 0px;
	line-height: 0.8em;
}
.navigation.white a:hover,
.navigation.white a.selected {
	background-color: #ffffff;
	border: 1px solid #999;
}