@charset "utf-8";
/* CSS Document */

html, body{margin:0;}

#sliderContent {
    width: 782px;
    position:absolute;
	top: 0;
	margin: 0;
	z-index:0;
	overflow:inherit;
}

#sliderNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:right;
    position: relative; /* important */
	z-index:1 !important; /*set the z-index greater than the #slider to show thumbs on top*/
	cursor:default;
	margin-top:10px;
	margin-right:10px;
	FILTER: Alpha(Opacity=70, FinishOpacity=70, Style=2) !important; /*Default: 70...Working in IE*/
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.7 !important; /*Default: 0.7...Works in Firefox*/
}

#sliderNav a {
	border: 0px solid #000;
	background: #666;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 7px;
}
#sliderNav a.activeSlide {
	background-color: #0DB5D2;
}
#sliderNav a:focus { outline: none; }

