

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 150px;
height: 170px;
border: 1px solid black;
padding: 5px;
font-family: Arial;
font-size: small;
margin-bottom: 3px;
margin-top: 3px;
}

.pscroller2{
width: 150px;
height: 160px;
border: 1px solid black;
padding: 5px;

}

.pscroller3{
width: 150px;
height: 200px;
border: 1px solid black;
padding: 5px;

margin-bottom: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
	font-family: Arial;
	font-size: small;
}

/*Begin New Scroller*/


#dropcontentsubject{
width: 148px;
font-weight: bold;
}

.dropcontent{
width: 148px;
height: 80px;
font-family: Arial;
font-size: small;
}
