/*Example CSS for the two demo tickers*/

#domticker_1{
width: 255px;
height: 78px;
/*  border: 1px dotted black; */ 
background-image: url(/storage/med/szsb/tickerrotation/3653_dotted_line_vert.gif); 
background-repeat:repeat-y;
background-position: right;
padding: 5px;
margin-top: 10px;
margin-bottom: 8px;
background-color: #FFFFFF;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
font-weight: bold;
overflow:hidden;
float:left;
}

#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*/
background-color: #FFFFFF;
}
#domticker_1 a{
font-weight: bold;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
color: #000000;
text-decoration:none;

}

#domticker_1 h2{
font-weight: bold;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
color: #FF0000;
text-decoration:none;
text-transform: uppercase;
}


#domticker_2{
width: 255px;
height: 78px;
/* border: 1px dotted black; */
background-image: url(/storage/med/szsb/tickerrotation/3653_dotted_line_vert.gif); 
background-repeat:repeat-y;
background-position: right;
padding: 5px;
margin-top: 10px;
margin-bottom: 8px;
background-color: #FFFFFF;
overflow:hidden;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
font-weight: bold;
float:left;
}

#domticker_2 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;
}
#domticker_2 a{
font-weight: bold;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
color: #000000;
text-decoration:none;

}

#domticker_2 h2{
font-weight: bold;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
color: #FF0000;
text-decoration:none;
text-transform: uppercase;
}

#domticker_3{
width: 254px;
height: 78px;
/* border: 1px dotted black; */
padding: 5px;
margin-top: 10px;
margin-bottom: 8px;
background-color: #FFFFFF;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
font-weight: bold;
overflow:hidden;
float:both;
}

#domticker_3 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;
}
#domticker_3 a{
font-weight: bold;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
color: #000000;
text-decoration:none;

}

#domticker_3 h2{
font-weight: bold;
font-family: "Times New Roman",Times,Georgia,serif;
font-size: 17px;
color: #FF0000;
text-decoration:none;
text-transform: uppercase;
}


.someclass{ //class to apply to your scroller(s) if desired }