#textbox_up, #textbox_down { cursor: pointer; position: absolute; right: 0px; height: 12px; width: 9px; display: none; }
#textbox_up { top: 0px; background-image: url("./images/up.gif"); }
#textbox_down { bottom: 0px; background-image: url("./images/down.gif"); }
#textbox { position: absolute; top: 10px; left: 10px; height: 264px; width: 200px; padding: 0px; overflow: hidden; border: 1px solid #333333; background-color: #111111; }
#textbox_words { position: relative; top: 0px; left: 5px; width: 185px; background-color: #000000; }
#textbox_slider_area { cursor: pointer; position: absolute; right: 0px; width: 9px; top: 12px; height: 240px; display: none; overflow: hidden; }
#textbox_slider { position: absolute; left: 0px; width: 9px; top: 0px; background-image: url("./images/slider.gif"); }
#textbox_slider_north, #textbox_slider_south { position: absolute; width: 9px; left: 0px; height: 300px; }
#textbox_slider_north { top: -300px; }
#textbox_slider_south { top: 0px; }
