* {
	margin: 0;
	padding: 0;
}
.tickertext {
	color: #FFFFFF;
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
}

#newsticker {
	margin-top: 4px;
	list-style-type: none;
	float: left;
	margin-left: 130px;
}



#newsticker ul {
	color:#CCCCCC;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	list-style: none;
	min-height: 1em;
	height: 60px;
}


* html #newsticker ul {
	height: 1em;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") 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;
}
