﻿/* DRAGDEALER DEMOS */

.dragdealer {
	width: auto;
	
}
	.dragdealer .handle {
	
	}

/* Scroll bar */


#scroll-bar {
	width: 20px;
	height: 280px;
}
#scroll-bar .handle {
	width: 20px;
	height: 100px;
}
.dragdealer {
	width: auto;
}
#scroll-bar {
	width: 20px;
	height: 280px;
}
#scroll-bar .handle {
	width: 20px;
	height: 100px;
}
.dragdealer .handle {
}
#scroll-mask {
	width: 190px;
	height: 280px;
	overflow: hidden;
	margin: 0px;
}
#scroll-content {
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	width: 190px;
}
