/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 270px;
height: 92px;
/*border: 1px solid #aac0a9;
border-bottom-width:3px;*/
padding: 0px 6px 6px;
background-color: transparent;
}

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

#pscroller2 a{
text-decoration: none;
}

.news {color:#333; font-size:11px;}
.news a {font-size:13px; font-weight:bold;}
.news img {float:right; margin:6px 4px 0px 4px;}

