﻿#jquery_news {
  width:270px;
  height:80px;
  margin-top:1px;
  float:left;
  position: relative;
  overflow: hidden;
}

	#jquery_news li {
	    padding:0 0 0 1px;
		font:bold 11px Tahoma;
		color:#fff;
		text-align:left;
		line-height:14px;
		}

	#jquery_news li a { color:#ff0001;text-decoration:none; }		
	#jquery_news li a:hover { color:#555; text-decoration:underline; }	
		
	#jquery_news .headline {
	 position: absolute;
	 top:80px;
	 left:1px;
	 height:100px;
	 width:270px;
	}