/* CSS for the two demo scrollers*/

#pscroller1{
width: 145px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightgrey;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

/* Scroller class */
.someclass {
	font-size: 70%;
	color: #333333;
}
