
/* CSS for the scrollers*/
#pscroller1{
width: 180px;
height: 100px;
border: 0px solid black;
padding: 5px;

}

#pscroller2{
width: 210px;
height: 20px;
border: 0px solid black;
padding: 2px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
	BACKGROUND: #EAEAEA;
	border: 1 dotted #cccccc;
}

