#ticker-container {
position:relative;
overflow:hidden;
width: 500px;
height: 148px;
padding: 0 0 0 0;
}	
#ticker {
	position:relative;
	width:500px;
}
#ticker ul {
	padding:0;
	margin:0 0 0 0;
	list-style-type:none;
}
#ticker ul li {
        display:list-item;
        font-family: arial;
        font-size: 12px;
        font-weight: normal;
        color: #242424;
        line-height:14px;

}
#ticker ul li a {
        font-family: arial;
        font-size: 12;
        font-weight: normal;
        color: #222;
        text-decoration: none;
}   
#ticker ul li a:hover {
    font-family: arial;
    font-size: 12;
    color: #c6475c;
    text-decoration: underline;

}

.data_news {
		display:inline;
        font-family: arial;
        font-size: 10px;
        font-weight: normal;
        color: #404040;
        text-decoration: none;
        font-weight: bold;
}
.borderdown {
	margin: 4px 0 10px 0;
}

#ticker2-container {
position:relative;
overflow:hidden;
width: 500px;
height: 148px;
padding: 0 0 0 0;
background-color: #ffffff;
}	

