.clr {
	clear:both;
	height:0
}
/***************/
/** EXEMPLE 3 **/
/***************/
.jScrollbar3 {
	width:635px;
	height:90px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
	padding:0px;
}
.jScrollbar3 .jScrollbar_mask {
	width:610px;
	position:relative;
	top:0;
	margin:0;
	padding:0;
}
.jScrollbar3 .jScrollbar_mask p {
	margin:0;
	padding:0;
	color:#242424;
	font-size:12px;
}
.jScrollbar3 .jScrollbar_draggable {
	float:right;
	width:3px;
	height:80px;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	background:none;
	background-color:#F1E0BF;/*bgcolor of scroll*/
	position:relative;
}
.jScrollbar3 .jScrollbar_draggable a.draggable {
	position:relative;
	background-color:#6D0E00;/*color of scroll*/
	display:block;
	height:40px;
	border-radius:2px;
	width:3px;
	cursor:s-resize;
	cursor:pointer;
}
/***************/
/** EXEMPLE 4 **/
/***************/
.jScrollbar4 {
	width:380px;
	height:350px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
	padding:0px;
}
.jScrollbar4 .jScrollbar_mask {
	width:355px;
	position:relative;
	top:0;
	margin:0;
	padding:0; 
}
.jScrollbar4 .jScrollbar_mask p {
	margin:0;
	padding:0;
	color:#242424;
	font-size:12px;
}
.jScrollbar4 .jScrollbar_draggable {
	float:right;
	width:3px;
	height:350px;
	overflow:hidden;
	background:none;
	background-color:#d6d6d6;/*bgcolor of scroll*/
	position:relative;
}
.jScrollbar4 .jScrollbar_draggable a.draggable {
	position:relative;
	background-color:#1F4FA2;/*color of scroll*/
	display:block;
	height:40px;
	border-radius:2px;
	width:3px;
	cursor:s-resize;
	cursor:pointer;
}
