.clr {
	/*clear:both;*/
	/*height:0*/
}



.jScrollbar {
	/*width:1000px;*/
	/*height:209px;*/
	overflow:hidden;
	position:relative;
	/*padding:10px*/
}
	.jScrollbar .jScrollbar_mask {
		/*width:650px;*/
		position:relative;
		top:0;
	}
		.jScrollbar .jScrollbar_mask p {
/*			margin:0;
			padding:0;*/
			height: 100%;
			/*color:#242424;*/
			/*font-size:12px;*/
		}
	.jScrollbar .jScrollbar_draggable {
		float:left;
		width:3px;
		overflow:hidden;
		background:none;
		background-color:#FFF;
		position:relative
	}
	.jScrollbar .jScrollbar_draggable a.draggable {
		position:relative;
		background-color:#313131;
		display:block;
		height:44px;
		width:3px;
		/*cursor:s-resize*/
	}

