#domticker{
	width: 200px;
	height: 170px;
	border: 1px solid black;
	padding: 5px;
	background-color: #FFFFE8;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFE8;
}

#domticker a{
font-weight: bold;
}

.someclass{ //class to apply to your scroller(s) if desired
}

