/*Example CSS for the two demo scrollers*/

#pscroller1 {
width: 230px;
height: 128px;
padding: 0px;
background-color: transparent;
overflow: hidden;
text-align: center;
}

#pscroller1 div { left: 0px }

#pscroller2 {
width: 236px;
height: 64px;
padding: 0px;
background-color: transparent;
overflow: hidden;
}

#pscroller2 a {text-decoration: none;}

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