Problem With Scroll Bar

This is my script.


<style type="text/css">
 BODY {
           scrollbar-base-color:#A4A382;
           scrollbar-track-color:#A4A382;
           scrollbar-face-color:#A4A382;
           scrollbar-highlight-color:#A4A382;
           scrollbar-3d-light-color:#A4A382;
           scrollbar-dark-shadow-color:#A4A382;
           scrollbar-shadow-color:#A4A382;
           scrollbar-arrow-color:#000000;
           }
</style>

The background color is #A4A382 and I wan’t nothing to show up except the arrow, but I end up with this. Is there anyway to get rid of these other lines.

ive never seen just the arrows of a scrollbar so in my knowledge there is no way to ged rid of those lines