/**
 * 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: 40px;
	width: 400px; 
	background-color:	transparent;
	background-image:	url("../img/slider_bg.png");
	background-repeat:	no-repeat;
	padding: 0px;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 36px;
	height: 40px;
	background: #CC0000;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	background-color:	transparent;
	background-image:	url("../img/slider-handle.png");
	background-repeat:	no-repeat;
	background-position:	-20px -20px;
	background-attachment:	scroll;
	
}
.dragdealer .disabled {
	background: #898989;
}
.dragdealer-highlight {
	background-color: #F7802B;
	color: #FFFFFF;
}
