/* slideshow styles */
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Verdana;
}
.slideShow {
	clear: both;
	width:990px; height:555px;
	position:relative; margin:0; padding:0;	
	float:left;
	z-index:0!important;
}
.slides{
		width:990px; height:555px; margin:0; padding:0;
}

/** navigation **/
.slideShow .navigation {
	margin: 0px 0px 0px 0px;
	clear: left;
	display: block;
}
.slideShow .navigation li {
	display: inline;
}
.slideShow .navigation a {
	display: inline-block;
}
.slideShow .thumbs a {
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	
}


/** slideshow with images in navigation **/
.navigation.white li {
	width:52px;
	height:52px;
	margin:0;
	padding:0;
	float:left;
	padding:2px;
	position:relative;
}
 
.navigation.white a {margin:0; padding:0;
width:52px; height:52px; 
background:none;
 float:left;
}
.navigation.white a:hover,
.navigation.white a.selected {
	margin:0; padding:0;width:52px; height:52px; border:0; float:left;
}
#slide-buttons{
	position:absolute;
	width:990px; height:555px; top:0;
}

#slide-buttons2{
	position:absolute;
	width:600px; height:400px; top:0;
}

/****slideshow 2****/

.slideShow2 { margin:0; padding:0; clear:both; width:600px; height:400px; position:relative;}
.slideShow2 ul,
.slideShow2 li,
.slideShow2 ol { list-style-type: none;	margin:0; padding:0;}
.slides2 { width:600px; height:400px; margin:0; padding:0;}


