/*Example CSS for the two demo scrollers*/
		
		#pscroller1{
		width: 100%;
		height: 300px;
		border: none;
		line-height:16px;
		color:#666666;
		}
			
		.someclass{ //class to apply to your scroller(s) if desired
		}
		h4{ color:#00CC33; font-size:12px; font-weight:bold; padding:0px; margin:0px; float:left;}
		h5{ color:#0066FF; font-size:12px; font-weight:bold; float:right; padding:0px; margin:0px;}

