/*Example CSS for the two demo scrollers*/

#pscroller {
/*border-bottom:ridge 2px #333333;*/
color: #ccc;
position:relative;
top:10px;
background:url(../images/corner.png) left top no-repeat;
height: 80px;
padding: 15px 5px 10px 30px; /* top right bottom left */
text-align:left;
filter:alpha(opacity=50); 

}

#pscroller a{
color:cyan;
font-weight:bold;
text-decoration: none;
}
#pscroller a:hover{
color:pink;
font-weight:bold;
text-decoration: none;
}

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