@charset "utf-8";
/* CSS Document */


/*Example CSS for the two demo scrollers*/

#pscroller1{
	margin-top: -15px;
        width: 102%;
	height: 130px;
	padding: 3px;
	font-size: 16px;
	border-top-width: 2px;
	border-top-color: #0DBAD1;
	border-bottom-width: 2px;
	border-bottom-color: #0DBAD1;
	border-top-style: groove;
	border-bottom-style: groove;
	font-weight: bolder;
	float: left;
	
	bottom: -1em;
}

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