@charset "utf-8";
/* CSS Document */
/*Example CSS for the two demo tickers*/

#domticker{width:420px;
           height:auto;
	       position:relative;
		   float:left;
		   margin:1px;
		   padding:0px ;
		   }
			   
#domticker, #domticker2 p{font-family:"Trebuchet MS", Tunga;
             font-size:12px;
			 color:#675545;
			 margin:1px;
			 padding:2px;
			}				   

#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: none;
}

#domticker a{
color:#824315;
text-decoration:none;
font-family:"Trebuchet MS", Tunga;
}

#domticker a:visited{
color:#824315;
text-decoration:none;
}

#domticker2{width:420px;
           height:auto;
	       position:relative;
		   float:left;
		   margin:1px;
		   padding:0px ;
		   			   }

#domticker2 a{
text-decoration: none;
color:#824315;
font-family:"Trebuchet MS", Tunga;
}

.someclass{ //class to apply to your scroller(s) if desired
}


