#ticker-container{
	position:relative;
	padding-top:15px;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

	
#news-ticker{
	margin:0px;
	margin-top:1px;
	padding:0px;
	width:950px;
	height:155px;
	overflow:hidden;
}
#news-ticker h4{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	display:inline;
}
#news-ticker div{
	height:110px;
	width:797px;
	border:0px #a58b02 solid;
	padding:0px;
	margin-bottom:10px;
	text-align:center;
	color:#FFFFFF;
	vertical-align:middle;
}

#news-ticker .news-ticker-sub {
	height:35px;
	width:167px;
	line-height:20px;
	border:0px #a58b02 solid;
	padding:5px;
	text-align:center;
	color:#a58b02;
}
#news-ticker img{
	border:0px #a58b02 solid;
}
#news-ticker div.first{
	margin-top:0;
}
		
#news-ticker p{
	font-weight:normal;
}

