﻿/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

.top-spaced {
	float: right;
	margin: 0px;
}
.dragdealer {
	position: relative;
	height: 100px;
	background-image: url(../../img/slideback.gif);
	background-repeat: no-repeat;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 20px;
	height: 100px;
	background-image: url(../../img/silidehandle.gif);
	background-repeat: no-repeat;
}
.dragdealer .disabled {
	background: #fff;
}
