/*Example CSS for the two demo scrollers*/

#pscroller1{
    width: 135px;
    height: 100px;
    padding: 5px 0px 5px 5px;
    margin-top: 5px;
    margin-left: 2px;
    margin-bottom: 10px;
    background-color: transparent; /*#fff8c6*/;
    font-family: arial,verdana,sans-serif;
    text-align:left;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.25;
	font-size:87%;
	font-family:arial, tahoma, verdana, sans-serif;
	color:#707070;
}

#pscroller1 a:link {color:#069} 
#pscroller1 a:visited {color:#069} 
#pscroller1 a:hover, a:active {color:#C00} 

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
