*{
    font-family: verdana;
	/*font-weight: bold;*/
}

/* banner */
#features {
	/*background: #D3E1E8;*/
	position: relative;
	overflow: hidden;
	width: 610px;
	height: 150px;
	/*border: 1px solid #5F85A1;*/
}
/* controles */
.jshowoff{
	width: 610px;
	margin: 10px 0;
}
/* conteúdo de cada frame */
.jshowoff div {	
	width: 610px;
	height: 100px;
}
.jshowoff div, .jshowoff img, .jshowoff {	
}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
}
/* links de navegação */
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	/*background: #5F85A1;*/
	color: #fff;
	padding: 2px 5px 3px;
	margin: 0px 0px 0px 3px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	opacity: .2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
	font-weight: bold;
	border: 1px solid #FFF;
}
/* links de navegação HOVER */
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background: #fff;
	color: #000;
}

p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
}
.jshowoff-pausetext {
	color: #fff;
}

.legendBG{
	padding: 5px;
	z-index: 2;
	position: absolute;
	background-color: #000;
	bottom: 0px;
	left: 0px;
	opacity: .5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	height: 15px;
	width: 100%;
}

.legend{
	font-size: 9pt;
	color: #FFF;
	z-index: 3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
}

.legend a{
	color: #FFF;
}
