/*Example CSS for the two demo scrollers*/

.btnav { 
background-color:#fff; 
border: 0px #000000 solid;

padding-top:6px; 
padding-bottom:4px;
padding-left:6px;
} 


#pscroller1{
width: 270px;
height: 130px;
border: 0px solid black;
background-color: white;
}


#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.nicerow img {float:left; margin: 0 15px 15px 0;}

.style10options {font-size: 11px; font-style:italic; color:#666666}