/**
 * Dragdealer.js 0.9.8
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */

.dragdealer {
  position: absolute;  
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  max-width: none;
}