.clr {
clear:both;
height:0
}
/***************/
/** EXEMPLE 3 **/
/***************/
.jScrollbar3 {
	width:690px;
	height:570px;
	overflow:hidden;
	position:relative
}
.jScrollbar3 .jScrollbar_mask {
	width:654px;
	position:relative;
	top:0;
	float:left;
	height: auto;
}

.jScrollbar3 .jScrollbar_draggable {
float:left;
width:5px;
height:570px;
overflow:hidden;
background:none;
background-color:#e5e5e5;
margin-left:30px;
position:relative
}
.jScrollbar3 .jScrollbar_draggable a.draggable {
position:relative;
background-color:#11ADF4;
display:block;
height:44px;
width:5px;
margin-left:0;
cursor:s-resize
}
