/*Example CSS for the two demo tickers*/

#domticker_1{
width: 465px;
height: 221px;
background: #F7F0B7 none repeat scroll 0% 50%;
padding: 1px 0pt 1px 1px;
position: relative;
font-family: Arial, Helvetica, sans-serif;
background-color:#F7F0B7;
}
#domticker_1 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_1 img {float:left;margin-right:18px;}
#domticker_1 .rot_text {
margin-right:10px;
font-size:12px;
font-family: Arial;
}
#domticker_1  a {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
background-color:#F7F0B7;
}
#domticker_1 h1 a {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #000000;
background-color:#99C123;
}
#domticker_1 p{
padding-top: 10px;
background-color:#F7F0B7;
}




.someclass{ }
