/* --- module: ticker --- */

#swTicker {
	width: 400px;
	/*height: 20px; // initial height - calculated by jScript */
	overflow: hidden;
	position: relative;
	border:1px solid black;
	margin-left: 200px;
}
#swTicker .scroller {
	position: absolute;
}
#swTicker .text {
	float: left;
	white-space: nowrap;
}