#news-ticker, /* main block */
#news-ticker-bottom{ /* last entry */
       	height:130px; 
}
/* container for news */
#news-ticker{
	overflow:hidden; /* hide overflow */
	padding:5px; /* a little space */
	margin-right:10px; /* a little space */
	/*border: 1px solid gray;*/
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
#news-ticker:hover {
	overflow-y:scroll; /* vertical scroller */
	cursor:pointer;
}
#news-ticker a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #707070;
}
#news-ticker a:hover {
	font-weight:bold;
}
/* news entries */
#news-ticker div{
	border-bottom: 1px dashed gray;
	margin-bottom: 10px; /* a little space */
	padding-bottom: 10px; /* a little space */
}
