.clr {
	clear:both;
	height:0
}


	
/***************/
/** EXEMPLE 2 **/
/***************/
.jScrollbar2 {
	min-width:510px;
	height:380px;
	overflow:hidden;
	position:relative;
	background-color:#f5f5f5;

}
	.jScrollbar2 .jScrollbar_mask {
		width:510px;
		position:relative;
		top:0;
	}
		.jScrollbar2 .jScrollbar_mask p {
			margin:0;
			padding:0;
			color:#000;
			font-size:12px;
		}
	.jScrollbar2 .jScrollbar_draggable {
		float:left;
		width:13px;
		height:380px;
		overflow:hidden;
		background:none;
		background-color:#D2D2D2;
		position:relative
	}
	.jScrollbar2 .jScrollbar_draggable a.draggable {
		position:relative;
		background-color:#3F8B4D;
		display:block;
		height:45px;
		width:13px;
		margin-left:0;
		cursor:s-resize
	}