/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 228px;
height: 396px;
padding: 0px;
font-size: 11px; color: #333333; 
line-height: 14px;
font-family: tahoma, verdana, arial;
}
#pscroller1 A {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333333; TEXT-DECORATION: none
}
#pscroller1 A:hover {
	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: underline
}

#pscroller2{
width: 228px;
height: 148px;
}

#pscroller2 a{
text-decoration: none;
}

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