@charset "utf-8";
/* CSS Document */
/* CSS for Home Page Scroller */

#scrollerdiv {
width:290px;
height:105px;
/** background-image:url(../images_home/Coben_Scroller.jpg); **/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#pscroller1{
width: 280px;
height: 95px;
border: 0;
padding: 3px;
background-color:transparent;
color:#fff;
font-weight:normal;
}
#pscroller1 a:link, #pscroller1 a:visited {
color:#fff;
text-decoration:none;
}
#pscroller1 a:hover {
color:#B2D837;
text-decoration:none;
}
.smaller {
font-size:10px;
}
/* Potential Second Scroller on a Page */
#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}
#pscroller2 a{
text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}

