/*Example CSS for the two demo tickers*/

#domticker{
float: left;
width: 300px;
height: 190px;
/* border: 1px solid black; */
margin: 2px 5px 2px 2px;
/* background-color: #FFFFCA; */

}

#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;

}

#domticker2{
clear: left;
width: 295px;
height: 1.2em;
border-bottom: 1px dotted black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

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