/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 150px;
height: 150px;
padding: 0px;
}


.scrollcls{ //class to apply to your scroller(s) if desired
	padding-left: 6px;
	font: normal 8pt Arial, Helvetica, Sans-Serif;
	color: #e3e3e3;
	text-decoration:none;
}

