/* slideshow styles */
.flashTitle{
	width:350px;
	height:22px;
	float:right;
	position:absolute;
	z-index:999;
	right:50px;
	top:230px;
	display:none;
	text-align:rigth;
	font-size:21px;
	font-weight:bold;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Verdana;
}
.slideShow {
	padding:0px;
	border: 0px solid #B3B3B3;
	clear: both;
	margin-bottom: 0px;
	position:relative;
}

/** navigation **/
.slideShow .navigation {
	margin: 5px 0px 0px 0px;
	clear: left;
	display: block;
	z-index:999;
	position:absolute;
	top:235px;
	left:10px;
}
.slideShow .navigation li {
	display: inline;
}
.slideShow .navigation a {
	background:url(../images/flash/w.png) center center no-repeat;
	background-color:transparent !important;
	margin: 0px;
	padding:2px;
	color: #232323;
	display: inline-block;
	text-decoration: none;
	border: 0px;
	font-size: 0.8em;
	z-index:999;
	width:12px;
	height:12px;
}

.slideShow .navigation a:hover,
.slideShow .navigation a.selected {
	background:url(../images/flash/r.png) center center no-repeat;
	background-color:transparent !important;
	border: 0px solid #6C6C6C;
	color: #000000;
}



