/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 220px;
height: 132px;
border: 1px solid #7F949E;
padding: 5px;
background-color: #EDF6FB;
}

#pscroller2{
width: 220px;
height: 132px;
border: 1px solid #7F949E;
padding: 5px;
background-color: #EDF6FB;
}

#pscroller3{
width: 220px;
height: 132px;
border: 1px solid #7F949E;
padding: 5px;
background-color: #EDF6FB;
}


#pscroller1 a{
text-decoration: none;
color:  #7F949E;
}

#pscroller2 a{
text-decoration: none;
color:  #7F949E;
}

#pscroller3 a{
text-decoration: none;
color:  #7F949E;
}

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