/**
 * 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;
	height: 32px;
	border-top: solid #333333;
	border-bottom: solid #333333;
	border-width: thin;
	/* background: #EEE; */
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 72px;
	height: 32px;
	background-image: url("sliderThumb.png");
	background-repeat:no-repeat;
	background-position:center;
	/* background: #CC0000; */
	color: #FFF;
	line-height: 32px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}
