/* CSS Document */
/*Example CSS for the two demo scrollers*/

#pscroller1 {
	width: 170px;
	height: 120px;
	margin-left: 4px;
padding: 0px 0px 0px 0px;
	
}
.someclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: left;
	line-height: 20px;
	padding: 0px 5px 0px 5px;
}


