
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 150px;
height: 200px;
border-left: 0px solid #68b198;
border-right: 0px solid #68b198;
border-bottom: 0px solid #68b198;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding: 5px;
background-color: #f2f6f8;
text-align: left;
background-image: url(http://www.ddls.com.au/marketing/testimonials/images/testimonials-background2.png);
}

.someclass{ //class to apply to your scroller(s) if desired
}
