.rounded-cornered,
.rounded-cornered .handle {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* DRAGDEALER DEMOS */

.dragdealer {
	width: auto;
	
}

/* Scroll bar */

#scroll-bar {
	width: 10px;
	height: 190px;
	position:absolute;
	top:95px;
	left:520px;
}
	#scroll-bar .handle {
		width: 10px;
		height: 35px;
	}
	
#scroll-mask {
	width:490px;
	height:200px;
	overflow:hidden;
	position:absolute;
	top:90px;
	left:50px;
/*	width: 566px;
	height: 158px;
	border: 1px solid #CCC;
	background: #F8F8F8;
	overflow: hidden;*/
}
#scroll-content {
	padding:0 10px 0 10px;
}