@CHARSET "UTF-8";

/*Example CSS for the two demo scrollers*/
#pscroller1 {
	width: 200px;
	height: 100px;
	padding: 5px;
	background-color: FFFFFF;
	top:40px;
	left:15px;
	
}

#pscroller2 {
	width: 100%;
	height: 20px;
	left:110px;
	top:-10px;
	text-align:left;
	font-size:11px;
	
}

#pscroller2 a {
	text-decoration: none;
}

.someclass { // class to apply to your scroller( s) if desired
	
}
