/*Example CSS for the demo scroller.Change the parameters here to change the output*/

#pscroller{
 width: 160px;
 height: 195px;
 border: 0px solid #000000;
 padding: 0 0 0 0;
 /*background-color:#dce0e4; */
 }

#pscroller a {
text-decoration: none;
 }

 .someclass{ /*class to apply to your scroller(s) if desired*/
 }

 .title {
 background-color:#1B1C20;
 color:#FFFFFF;
 font-size:0.8em;
 margin-top:-3px;
 }
 .cadre {
 border-bottom:1px solid #1B1C20;
text-align:center;
 }
 .bline {
 font-size:1.0em;
 font-weight:bold;
 line-height:12px;
 }
 .bline2 {
 font-size:1.0em;
 color:#ab280a;
 font-weight:bold;
 line-height:12px;
 } 