@charset "utf-8";
/* CSS Document */
/* CSS for the specials ticker*/

#domticker{
width: 250px;
height: 420px;
margin-left:16px;
border: 1px solid #2E69AE;
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;
font-weight: bold;
}

#domticker a{
font-weight: bold;
font-size:100%;
}

.someclass{ //class to apply to your scroller(s) if desired
}


