﻿/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 100%;
height: 50px;
border: 0px solid  #B44D78;
padding: 5px;
/*background-color: #F3CFDE;*/ 
}

#ehdaa_scroll{
width: 100%;
height: 60px;
padding: 4px;
}

#ehdaa_scroll a{
text-decoration:  none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
