
/*Example CSS for the two demo scrollers
suma=width+padding x 2+border x 2 */

#pscroller1{
width:  586px;
height: 64px;
border: 1px solid #cccccc;
padding: 2px;
text-align: left;
background-color: #E9F0F0;
}


.someclass{ //class to apply to your scroller(s) if desired
}

a.wj_flash_tyt:link{
color: #C84B53;
font-size: 8pt;
}
a.wj_flash_tyt:visited{
color: #76828F;
font-size: 8pt;
}
a.wj_flash_tyt:hover{
color: #FF0000;
font-size: 8pt;
}

a.wj_flash_txt:link{
color: #0B5791;
font-size: 8pt;
}
a.wj_flash_txt:visited{
color: #7C7B7B;
font-size: 8pt;
}
a.wj_flash_txt:hover{
color: #0072FF;
font-size: 8pt;
}


