
#scrollnews #headtitle{
	float: left;
	clear:left;
	width: 600px;
}


#scrollnews #title {
	float: left;
	clear:left;
	width: 100%;
}

#scrollnews #date {
	float: left;
	clear:left;
}

#scrollnews #scrollup {
  position: relative;
  overflow: hidden;
  top:-4px;
}

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

  
#scrollnews .clear { clear: both; } 