/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 380px; 
/*height: 24px; */
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 3px;
width: 390px;
height: 18px; 
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 300px;
font-family: "Trebuchet MS", sans-serif; 
font-size:12px;	
font-weight:none;
list-style-type: none;
margin: 0;
padding: 0;
letter-spacing: -0.3pt;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
color:#6f6f6f;
font-weight:bold;
font-family: "Trebuchet MS", sans-serif; 
font-size:12px;	
}

.storia_cat a{
padding: 0;
font-family: "Trebuchet MS", sans-serif; 
font-size:12px;	
font-weight:bold;
color:#6f6f6f;
text-decoration: none;
margin-left:10px;
}
.storia_cat a:hover {
text-decoration: underline;
} 

.storia_link a{
padding: 0;
font-weight:bold;
font-family: "Trebuchet MS", sans-serif; 
font-size:12px;	
/*color: #157cce;*/
color: #f62410;
text-decoration: none;
margin-right:40px;
}
.storia_link a:hover {
text-decoration: underline;
} 

