/**
 * 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;
	background: transparent;
	z-index: 9;
	overflow: hidden;
}
.dragdealer .handle {
	position: absolute;
	cursor: move;
	margin: 2px;
	z-index:8;
}
.dragdealer .disabled {
	background: #898989;
}
