@charset "utf-8";
/* CSS Document */

     
    #newsticker {  
    width: 650px;  
    background: #ffffff;  
    padding: 5px 5px 0;  
    font-size: 11px;  
    margin: 20px auto 5px auto; 
    }  
      
    #newsticker a { text-decoration:none; }  
	
	#newsticker a:hover { text-decoration: underline; } 
      
    #newsticker .notizia span.txt {  
    /*text-align:center; */ 
    font-size:11px;    
    padding:5px;
	padding-left: 0px; 
	display: block; 
    }  
      
    .newsticker-jcarousellite { 
	width: 100%; 
	}  
	
    .newsticker-jcarousellite ul li { 
	list-style: none; 
	display: block; 
	padding-bottom: 1px; 
	margin-bottom: 5px; height: 40px; 
	}  

    .newsticker-jcarousellite .notizia { 
	/*float: right; */
	width: 100%; line-height: 10px;
	}  
	
    .newsticker-jcarousellite .notizia span.data { 
	/*display: block; */
	font-size: 10px; 
	color: #666666; }  
      
