/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 278px;
height: 94px;
/*border: 1px solid black;*/
padding: 0px;
color: white;
background-color: #3068BA;
}

#pscroller1 a{
color: white;
font-weight: bold;
}


#pscroller2{
width: 278px;
height: 94px;
/*border: 1px solid black;*/
padding: 0px;
color: black;
background-color: #CCFFCC;
}


#pscroller2 a{
color: black;
font-weight: bold;
}

#space {
 padding-top: 1px;
 padding-left: 6px;
 padding-right: 6px;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.someclass2{ //class to apply to your scroller(s) if desired
}