/* slideshow styles */
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Verdana;
	z-index:1000;
}
.slideShow {
	width:389px;
	height:244px;
	padding: 6px;

	clear: both;
	z-index:1000;
	background:url(../images/banner_bg.jpg) no-repeat;
}


/** 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;
	z-index:999999;
}
.navigation.white a:hover,
.navigation.white a.selected {
	background-color: #ffffff;
	border: 1px solid #999;
	z-index:999999;
}