.clr {
	clear:both;
	height:0
}

.jScrollbar2 {
	width:290px;
	height:200px;
	overflow:hidden;
	position:relative;
	/*left:-8px;*/
	
}
	.jScrollbar2 .jScrollbar_mask {
		width:270px;
		position:relative;
		top:0;
		float:left;		
	}
		.jScrollbar2 .jScrollbar_mask p {
			margin:0;
			padding:0;
			color:#575759;
			font-size:12px;
		}
	.jScrollbar2 .jScrollbar_draggable {
		float:left;
		width:5px;
		height:200px;
		overflow:hidden;
		background:none;
		background-color:#599641;
		margin-left:10px; margin-left:10px;
		position:relative;
	}
	.jScrollbar2 .jScrollbar_draggable a.draggable {
		position:relative;
		background-color:#414042;
		display:block;
		height:30px;
		width:5px;
		margin-left:0;
		cursor:s-resize;		
	}

.jScrollbar3 {
	width:470px;
	height:330px;
	overflow:hidden;
	position:relative;
	/*background-color:#d6d6d6;*/
	/*padding:10px*/
}
	.jScrollbar3 .jScrollbar_mask {
		width:435px;
		position:relative;
		top:0;
		float:left
	}
		.jScrollbar3 .jScrollbar_mask p {
			margin:0;
			padding:0;
			color:#575759;
			font-size:12px;
		}
	.jScrollbar3 .jScrollbar_draggable {
		float:left;
		width:5px;
		height:330px;
		overflow:hidden;
		background:none;
		background-color:#599641;
		margin-left:30px;
		position:relative
	}
	.jScrollbar3 .jScrollbar_draggable a.draggable {
		position:relative;
		background-color:#414042;
		display:block;
		height:30px;
		width:5px;
		margin-left:0;
		cursor:s-resize
	}