/* -----------------------------------------------------------
 layout
----------------------------------------------------------- */
.news {
	color:#fff;
/*	font-size: 120%;*/
/*	width:474px;*/
	width:704px;
	height:66px; 
/*	padding:70px 15px 0;*/
	padding:10px 20px 10px;
	padding-bottom: 0px;
}

/* webticker */
#wrapper .tickercontainer {
	overflow:hidden;
/*	width:470px;*/
	width:700px;
/*	height:35px;*/
	height:50px;
}
#wrapper ul.newsticker {
	position:relative;
/*	height:35px;*/
	height:40px;
	list-style-type: none;
}
#wrapper ul.newsticker li {
	float:left;
	padding-right:40px;
	lign-height: 20px;
}

#wrapper ul.newsticker li a:link,
#wrapper ul.newsticker li a:visited {
        color: #ffd700;
        text-decoration: none;
}