#scrollnews {
	float: left; 
	clear: left; 
	padding-bottom: 25px;
}
#scrollnews h4 {color: #000000;}
#scrollnews #headtitle{
	float: left;
	clear:left;
	width: 770px;
}
#scrollnews #title {
	float: left;
	clear:left;
	width: 770px;
}

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

#scrollnews #scrollup {
  position: relative;
  width: 770px;
  height: 250px;
}

.newsset {
  position: absolute;
  left: 0px;
  width: 770px;
}

  
.clear { clear: both; } 