.dragdealer {
	position: relative;
	height: 30px;
	background: #EEE;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	background: #AAA;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}
.rounded-cornered,
.rounded-cornered .handle {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#scroll-mask {
	width: 142px;
	height: 158px;
	overflow: hidden;
}
#scroll-content {
	padding: 10px;
}