/*Example CSS for the two demo scrollers*/


#pscroller1{
width: 184px;
height: 183px;
border: 1px solid  #BD161D;
padding: 5px;
background-color: #BD161D;
font-family:"Microsoft Sans Serif";
font-size:14px;
color:#ffffff;
}

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