
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 245px;
height: 100px;
border: 0px solid black;
padding: 0px;
/*background-color: lightyellow;
*/}
#pscroller1 a{
text-decoration: none;
color:#FF0000;
}

.someclass{
width:245px;
height:95px;
text-align:center
 //class to apply to your scroller(s) if desired
}

