.clr {
	clear: both;
	height: 0;
}

.jScrollbar {
	/* width: 500px; */
	height: 209px;
	overflow: hidden;
	position: relative;
	/* background-color:#313131; */
}
	.jScrollbar .jScrollbar_mask {
		/*width:460px; */
		position:relative;
		top:0;
		float:left;
	}
		/* .jScrollbar .jScrollbar_mask p {
			margin:0;
			padding:0;
			color:#FFF;
			font-size:12px;
		} */
	.jScrollbar .jScrollbar_draggable {
		float: left;
		width: 12px;
		height: 209px;
		overflow: hidden;
		background: none;
		background-color: #222222;
		border: 1px solid #000;
		margin-left: 23px;
		position: relative;
	}
	.jScrollbar .jScrollbar_draggable a.draggable {
		position: relative;
		background: transparent url('bg_draggable.png') no-repeat;
		display: block;
		height: 52px;
		width: 12px;
		margin-left: 0;
		cursor: s-resize;
	}