/*Style for the scroller*/

#pscroller1{
width: 574px;
height: 38px;
//border: 1px solid black;
//padding: 2px;
background-color: white;
}

#pscroller1 a{
text-decoration: none;
display: block;
color: #000000;
}

#pscroller1 a:visited{
color: #ffffff;
}

#pscroller1 a:hover{
color: #ffffff;
}

.someclass{ //class to apply to your scroller(s) if desired
}
