
/*Example CSS for the two demo scrollers
suma=width+padding x 2+border x 2 */

#pscroller1{
width:  154px;
height: 120px;
border: 1px solid #cccccc;
padding: 2px;
margin-left: 3px;
text-align: left;
background-color: #FFFEE5;
}


.someclass{ //class to apply to your scroller(s) if desired
}

a.wj_flash_tyt:link{
color: #C84B53;
font-size: 8pt;
font-weight: bold;
}
a.wj_flash_tyt:visited{
color: #8F8E77;
font-size: 8pt;
font-weight: bold;
}
a.wj_flash_tyt:hover{
color: #FF0000;
font-size: 8pt;
font-weight: bold;
}

a.wj_flash_txt:link{
color: #AF6105;
font-size: 8pt;
}
a.wj_flash_txt:visited{
color: #7C7B7B;
font-size: 8pt;
}
a.wj_flash_txt:hover{
color: #FF9000;
font-size: 8pt;
}


