#scrollnews {
	float: left; 
	clear: left; 
	padding-bottom: 25px;
	padding-top: 35px;
	padding-left:20px;
	width:290px;
}

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


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

}
#scrollnews #title h3{
	font-size:12px;
}

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

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

.headline {
  position: absolute;
  left: 5px;
  font-size:12px;
}

#scrollnews a.content-hover{
  	text-decoration:none !important;
  	color:#777 !important;
}
  
.clear { clear: both; } 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}