/* Example CSS for the two demo scrollers */

#pscroller1{
	width: 150px;
	height: 80px;
	margin: 10px;
}

#recentWinsScroller{
	width: 150px;
	height: 40px;
	margin: 10px;
}

#pscroller2 a{
	text-decoration: none;
}

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