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

/** navigation **/
.slideShow .navigation {
	width:100px;
	margin:-20px auto;
}
.slideShow .navigation li {
	display: inline;
}
.slideShow .navigation a {
	width:14px;
	height:14px;
	background: url(../images/bullet1.png) no-repeat;
	display: inline-block;
	font-size:0;
}
.slideShow .thumbs a {
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	height: 50px;
}
.slideShow .navigation a:hover{background: url(../images/bullet1.png) no-repeat;}
.slideShow .navigation a.selected {	background: url(../images/bullet11.png) no-repeat;}
.slideShow ol.topNavigation {
	margin: 0px 0px 10px 0px;
}

/** slides with more than an image in it **/
.slide { width: auto; float:left; height:241px;}
.slide img{float:left; border:1px solid #FFF;}
.slide h1 {
	position: relative;
	left: 20px;
	top: 0px;
	width:850px;
	color:#977126;
	font-family:"Lucida Sans", sans-serif , Arial;
	font-weight:normal;
	font-size:34px;
	margin: 21px 0px 10px;
	padding:0;
	line-height:41px;
	margin-bottom:10px;
}

.slide dl dt {
	width: 500px;
}

/** slides with text over images **/
.slide p {
	position: relative;
	left: 20px;
	width:850px;
	z-index: 1;
	color:#414141;
	font-family:"Lucida Sans", sans-serif , Arial;
	font-weight:normal;
	font-size:17px;
	line-height:25px;

}
.slide p a {
	color: #fff;
}

/** slideshow with images in navigation **/
.navigation.white a, .navigation.white li {
	background: url(../images/bullet1.png) no-repeat;

}
.navigation.white a {
	padding: 0px;
}
.navigation.white a:hover,
.navigation.white a.selected {
	background: url(../images/bullet1.png) no-repeat;
}


.slide .btn_1 {
	position: absolute;
	left: 780px;
	width:93px;
	bottom: -10px;
	z-index: 1;
	height: 46px;
}
.slide .btn_1 img {
	border:none !important;
}