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

<style type="text/css">

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 150px;
height: 20px;
padding: 50px 60px 30px 60px;
background-color: lightyellow;

}

#pscroller2{
width: 360px;
height: 20px;
padding:0px 0px 0px 5px;

}

#pscroller2 a{
text-decoration: none;
}


.scroller1
{
	margin-top:-10px;
	margin-bottom: 1px;
	float:right;
}
.someclass{ //class to apply to your scroller(s) if desired
}

</style>

