﻿/**
 * 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: 30px;
	background-image: url(../../img/slideback1.gif);
	background-repeat: no-repeat;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 100px;
	height: 30px;
	background-image: url(../../img/silidehandle1.gif);
	background-repeat: no-repeat;
}
.dragdealer .disabled {
	background: #898989;
}
.top-spaced2 {
	float: right;
	margin: 0px;
}
.dragdealer2 {
	position: relative;
	height: 30px;
	background-image: url(../../img/slideback2.gif);
	background-repeat: no-repeat;
}
.dragdealer2 .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer2 .red-bar {
	width: 100px;
	height: 30px;
	background-image: url(../../img/silidehandle2.gif);
	background-repeat: no-repeat;
}
.dragdealer2 .disabled {
	background: #898989;
}
