/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 400px;
height: 230px;
border: 0px solid black;
padding: 0px;
background-color: tranparent;
}

#pscroller2, #pscroller3 {
width: 200px;
height: 100px;
border: 0px solid black;
padding: 0px;
}

#pscroller2 a{
text-decoration: none;
}

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

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