/*Example CSS for the two demo scrollers*/

#pscroller1{
	width:135px;
	height: 200px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
}

#pscroller2{
	width:135px;
	height: 200px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
}


#pscroller3{
	width:135px;
	height: 200px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
}

#pscroller4{
	width:135px;
	height: 200px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
}



.someclass{ //class to apply to your scroller(s) if desired
}



