#scrollnews {
	float: left; 
	clear: left; 
	padding-bottom: 10px;
}

#scrollnews #headtitle{
      margin-top: 1px;      
      line-height:18px!important;
	float: left;
	clear:left;
	width: 100%;
	font-family:Arial;
	color:#525252;
	font-size:10px;
}


#scrollnews #title {
	float: left;
	clear:left;
	width: 100%;
      line-height:18px!important;
	font-size:6px;
}

#scrollnews #date {
	float: left;
	clear:left;
      margin-top: 1px;
      line-height:18px!important;
	width: 100%;

}

#scrollnews #scrollup {
  position: relative;
  overflow: hidden;
}

#scrollnews .headline {
  position: absolute;
  left: 5px;
}

  
#scrollnews .clear { clear: both; } 