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

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 181px;
height: 289px;
margin-bottom:10px;
margin-left:10px;
}

#pscroller1 h1{
font-weight:bold;
font-size:12px;
margin-top:18px;}

#pscroller1 a{
color:#3389b2;
font-size:12px;
text-decoration:none;
font-weight:bold;}


#pscroller2 a{
text-decoration: none;
}

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


