img { padding: 0; margin: 0; border: 0; }

/* standard horizontal and vertical sliders */
#horizHandleDiv { 
    position:absolute; 
    left: 100px; /* the default position is the center of the bg */
    top: 8px;  /* force the image down a bit */
    cursor:default;
    width:18px; 
    height:18px; 
}

#horizWrapper { margin:1em; width:218px;}
#horizBGDiv {position:relative; background-repeat:no-repeat; height:26px; width:218px;z-index:5; }