#domticker{
width: 97%;
height: 100px;
text-align:left;
padding: 15px 3px 5px 5px;
margin-left: 0px;
background-color:#fff;
}

#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: #fff;
background-image:url(/images/quote-1.jpg);
background-repeat:no-repeat;
padding:26px 0 0 6px;
}

#domticker p{
font-weight: normal;
font-size: 10px;
line-height: 14px;
margin:0px;
color:#333;
text-align:left;
}
#domticker i{
font-weight:bold;
font-style:italic;
font-size:10px;
line-height: 18px;
padding-left: 5px;
}

#domticker a{
font-weight: bold;
}

.someclass{ //class to apply to your scroller(s) if desired
}
