/* Corners */

.rounded-cornered,
.rounded-cornered .handle {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* DRAGDEALER DEMOS */

.dragdealer {
	width: 400px;
	
}
	.dragdealer .handle {
	
	}

/* Simple slider */

#simple-slider {
	
}

/* Scroll bar */

#scroll-bar {
	width: 22px;
	height: 160px;
}
	#scroll-bar .handle {
		width: 22px;
		height: 54px;
	}
	
#scroll-mask {
	width: 566px;
	height: 158px;
	border: 1px solid #CCC;
	background: #F8F8F8;
	overflow: hidden;
}
#scroll-content {
	padding: 10px;
}
