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

#scrollerdiv {
background:url(../lo/scroller_bg.jpg) top left no-repeat;
width:185px;
height:140px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 2px 0 2px 0;
}
#pscroller1{
width: 180px;
height: 128px;
border: 0;
padding: 2px 0 2px 2px;
background-color:transparent;
color:#fff;
font-weight:normal;
}
#pscroller1 a:link, #pscroller1 a:visited {
color:#fff;
text-decoration:none;
}
#pscroller1 a:hover {
color:#ffffcc;
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
}


