/**
 * 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: 20px;
	background-color: transparent;
	background-image: url('/resources/img/slider_background.png');  background-repeat: repeat-x; background-position: center top;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 200px;
	height: 20px;
	background: #a3c8f5;
	color: #FFF;
	line-height: 20px;
	font-size: 10pt; 
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	border-radius: 5px;
}

.dragdealer .disabled {
	background: #898989;
}
