/* CSS for the shoutbox scrollers*/

#eventscroller {
	clear: both;
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}

#pscroller1 {
	font-size: 12px;
	width: 170px;
	height: 50px;
	border: 3px solid #AA50FF;
	/* #c5ff50; */
	padding: 3px;
	background-color:#EDE1FF;
	/* #f1fcd9;  */
}


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