.right-float {
	float: right;
}

/* Tags */
#scroll-bar-container {
	width: 860px;
width: 320px;
}


/* Corners */
.rounded-cornered,
.rounded-cornered .handle {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* DRAGDEALER DEMOS */

.dragdealer {
	width: auto;
}
.dragdealer .handle {

}

/* Scroll bar */

#scroll-bar {
/*
	width: 22px;
	height: 160px;
*/
	width: 22px;
	height: 400px;
}
#scroll-bar .handle {
	width: 22px;
	height: 54px;
}

#scroll-mask {
/*
	width: 566px;
	height: 158px;
	border: 1px solid #CCC;
	background: #F8F8F8;
*/
width: 800px;
width: 280px;
height: 400px;
	overflow: hidden;
}
#scroll-content {
	padding: 10px;
}
