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