.drag_container {
    position: relative;
    overflow: hidden;
}

.drag_bar {
    position: absolute;
    background: url(drag_bar.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eeeeee;
    cursor: ns-resize;
}
