/**
 * Dragdealer.js 0.9.8
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */

.dragdealer
{
    position: relative;
    height: 50px;
    background: #EEE;
   /* left: 250px; */  
}
.dragdealer .handle {
  position: absolute;
  top: 50;
  left: 30;
  cursor: pointer;
  
}
.dragdealer .red-bar
{
    width: 50px;
    height: 30px;
    background: #FF4040;
    color: #FFF;
    font-size: 27 px;
    line-height: 25px;
    text-align: center;
    vertical-align: bottom;
}
.dragdealer .disable
{
    background: #898989;
}
