
#newsticker_container {
clear:left;
height:200px;
width:960px;
}

#newsticker {
background: transparent none no-repeat 0 0;
height:200px;
overflow:hidden;
position:relative;

}
#newsticker ul {
height:200px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
overflow:hidden;
padding:0;

}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker li {
	list-style:none;
	font-size:18px;
	color:#59483E;
	font-weight:100;
	font-family:century gothic;arial;
	margin:0;
padding:0;
	}


#newsticker #togglenewsticker {
	background: transparent none no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}

.tagline {
	padding: 30px 0px 0px 26px;
}