#newsticker-demo {
	width:198px;
	height: 138px;
	/*font-style:italic;*/
	overflow:hidden;
	
}
#newsticker-demo .title {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
#newsticker-demo p {
	margin:0px;

}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:7px 0px;
	
	height:46px;
	font-family: Arial;
	font-size:12px;

}
.not_titulo_bg{

width:198px;
height:16px;
position:relative;
}


.not_titulo{
font-style:italic;
width:198px;
height:15px;
position:relative;
float:left;
color:#646464;
text-transform:uppercase;
padding-left:2px;
line-height:120%;
padding-top:2px;
}

.t_hover{
color:#FFF;
	background-color:#646464;
	opacity:0.5;
filter:alpha(opacity=50);
}

.t_active{
color:#FFF;
	background-color:#646464;
	opacity:0.5;
filter:alpha(opacity=50);
}

.not_data{
width:198px;
height:16px;
position:relative;
float:left;
color:#BABCBE;
text-transform:lowercase;
padding-left:2px;
}


.previous {
	position:absolute;
	top:194px;
	outline:none;
	cursor:pointer;
	left:0;
	vertical-align: bottom;
}
.next {
	position:absolute;
	top:194px;
	 left: 34px;
	outline:none;
	cursor:pointer;
	vertical-align: top;
}