/* DRAGDEALER DEMOS */

.dragdealer {
	width: auto;
	
}
/* Scroll bar */

#scroll-bar {
	margin-top:2px;
	width: 10px;
	height: 150px;
	float:left;
}
	#scroll-bar .handle {
		width: 10px;
		height: 20px;
	}
	
.right-float {
	float: right;
}
	
#scroll-mask {
	width: 450px;
	height:150px;
	overflow: hidden;
}
#scroll-content {
	padding-left:20px;
}

#scroll-bar_b {
	margin-top:2px;
	width: 10px;
	height:150px;
	float:left;
}
	#scroll-bar_b .handle {
		width: 10px;
		height: 20px;
	}
	
#scroll-mask_b {
	width: 450px;
	height: 150px;
	overflow: hidden;
}
#scroll-content_b {
	padding-left: 20px;
}