/* --- module: ticker --- */

#swTicker {
	width: 500px;
	/*height: 20px; // initial height - calculated by jScript */
	overflow: hidden;
	position: relative;
	margin: -14px 0px 0px 105px;
}
#swTicker .scroller {
	position: absolute;
}
#swTicker .text {
	float: left;
	white-space: nowrap;
	border-right: 3px solid #e80005;
	padding: 0px 10px 0px 10px;
	color: #78797a;
}
#swTicker .text a {
	color: #78797a;
	text-decoration: none;
}
#swTicker .text a:hover {
	color: #78797a;
	text-decoration: underline;
}