.newsticker { 
	margin: 0px;
	padding: 0px; 
    height: 143px;  
     width: 220px;  
     display: block;  
     overflow: hidden;  
     position: relative;  
     }    
   
img {  
     border: none;  
     }  
 
 .newsticker ul li {  
     /*float: left; add the float: left when you prefer a horizontal news ticker*/  
     display: block;  
     width: 210px;  
     padding: 5px; 
     /*font: 10p Georgia, "Times New Roman", Times, serif;  */
     }  
 
li div.ticker_date {  
     display: block;  
	 font-size: 9px;
     font-weight: normal;
	 color:#990000;  
     }  
	  
li div.ticker_headline {  
     display: block;  
     font-weight: bold;
	 color:#6d9eff; 
	 margin-bottom: 5px;
     }  
	 
li div.ticker_text {  
     display: block; 
	 font-weight: normal; 
     color: #FFEBB5;
	 line-height: 15px;
     }  
   
 .tickerimages {  
     float:left;  
     margin: 0px 5px 5px 0px;  
    }  