﻿#domticker{
width: 210px;
height: 109px;
padding: 5px;
direction:rtl;
text-align:justify

}

#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*/

}

#domticker a{
font-weight: bold;
color:#007EFF;
text-decoration:none
}
#domticker a:hover{
	color:olive
}
#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}


