﻿#dropcontentsubject{
width: 200px;
font-weight: bold;
}

.dropcontent{
width: 200px;
height: 150px;
/*border: 1px solid black;*/
background-color:Transparent;
padding: 3px;
display:block;
}



/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 290px;
height: 160px;
/*border: 1px solid black;*/
padding: 5px;
background-color:Transparent;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}