/*****************************************/
/* News Ticker Styles                    */
/*****************************************/

#domticker{
	width: 148px;
	border: 1px solid #cccaca;
	height: 70px;
	padding: 5px;
	background-color: #FFFFFF;
}

#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: #FFFFFF;
}

#domticker a{
	/*font-weight: bold;*/
}

.newstickerclass{ /*class to apply to your scroller(s) if desired*/
}