.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #999999;
	width: 300px; /*width of featured content slider*/
	height: 211px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 380px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.link {
color: #999999;
	font-family: "Arial";
	font-size: 11px;
	margin: 0px 2px 5px 0;
	height: 45px;
	padding: 2px 2px 0 0;
	width: 90px;
	border: 1px solid  #AAAAAA;
	clear: both;
	background-image: url(images/bgMenuTicker.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e2e2e2;
}



#paginate-slider1 {
	float: left;
	margin: 0;
	padding: 0;
}


.pagination{

/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;

}

.pagination a{
	text-decoration: none;
	color: #666666;
	clear: both;
}

.pagination a:hover, .pagination a.selected{

 color: #006666;
	filter: Gray;
}

#tickerInfos{
	background: #006666;
	position: absolute;
	padding: 0;
	margin: 0 0 0 134px;
	width: 126px;
	height: 210px;
	background:transparent url(images/tickerAlpha.png) center repeat; /* aqui o filtro com CSS */
	
}

#tickerInfos img{
	border-width: 0px;
	text-decoration: none:	
}

#tickerTitulo{
	font-family: Georgia;
	font-size: 14px;
	margin: 10px 5px 0 8px;
	color: #FFFFFF;
	font-weight: bold;
}

#tickerResumo{
	margin: 14px 3px 0 8px;
	font-family: Trebuchet Ms;
	font-size: 11px;
	color: #FFFFFF;
	  width: 110px
}

#tickerBotao{
	margin: 20px 0 0 13px;
}

.contentdiv{
position:relative; 
padding: 0;
margin: 0;
}