@charset "utf-8";
/* CSS Document */

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 138px;
height: 380px;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;}
	
#pscroller1 p{
	border-bottom:dotted 1px #cccccc;
	padding-bottom:10px;}

#pscroller2 a{
text-decoration: none;
}

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


