/*Example CSS for the two demo tickers*/

#domticker_mini{
width: 465px;
height: 230px;
background: #FFFFFF none repeat scroll 0% 50%;
padding: 5px 0pt 5px 5px;
position: relative;
font-family: Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
}
#domticker_mini div{  /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/ }

#domticker_mini img {float:left;margin-right:18px;}
#domticker_mini .rot_text {
margin-right:10px;
font-size:12px;
font-family: Arial;
}
#domticker_mini  a {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color:#FFFFFF;
}
#domticker_mini h1 a {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #000000;
background-color:#FFFFFF;
}
#domticker_mini p{
padding-top: 10px;
background-color:#FFFFFF;
}

.someclass{ }
