/**
 * 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: 15px;
	background: #EEE;
	overflow: hidden;
	width:200px;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 385px;
	height: 15px;
	background: url(../gfx/theme/SliderBalken.png) -206px 0;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}

.dragdealer_left_border {
	background: url(../gfx/theme/SliderRandLinks.png);
	position: absolute;
	left:-2px;
	height:15px; 
	width:9px;
	z-index:10;
	top:0px;
}

.dragdealer_right_border {
	background: url(../gfx/theme/SliderRandRechts.png);
	position: absolute;
	right:-2px;
	height:15px; 
	width:9px;
	z-index:10;
	top:0px;
}