#easyscroll{
 width: 290px;
 height: 100%;
 background: #111;
 float: left;
}

#btnUp {
 width: 290px;
 height: 20px;
 background-image: url(../images/scrollUp.gif);
 background-repeat: no-repeat;
 position: relative;
 margin: 0px 0px -20px 0px;
 text-indent: -9999px;
}

#btnDown {
 width: 290px;
 height: 20px;
 background-image: url(../images/scrollDown.gif);
 background-repeat: no-repeat;
 position: relative;
 top: 524px;
 left: 0px;
 text-indent: -9999px;
}


#btnReset {
 width: 0px;
 height: 0px;
 display: none;
}

/* Additional IE specific bug fixes... */
*html #btnUp { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #btnUp  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* // easyscroll navigation buttons */	
 
/* // end easyscroll */
