/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

.dragdealer { position:relative; height:5px; background:#FC0; border:1px solid #039; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.dragdealer .handle { position:absolute; cursor:pointer; }
.dragdealer .red-bar { width:17px; height:18px; margin-top:-6px; background:url(../images/arrow-slider.png) top center no-repeat; }
.dragdealer .disabled { background:#898989; }