.clr {
	clear:both;
	height:0
}


/***************/
/** EXEMPLE 4 **/
/***************/
.jScrollbar4 {
	width:640px;
	height:332px;
	overflow:hidden;
	position:relative;
	background-color:none;
	padding:10px;
	background:url(../images/blog_bg.png) right top no-repeat;
}
	.jScrollbar4 .jScrollbar_mask {
		width:610px;
		position:relative;
		float:left;
		top:0;
	}
		.jScrollbar4 .jScrollbar_mask .blog_post {
			margin:0;
			padding:0 0 10px 0;
			float:left;
			color:#454545;
			font-size:12px;
			background:url(../images/line_bg.png) left bottom repeat-x;
		}
	.jScrollbar4 .jScrollbar_draggable {
		float:left;
		width:13px;
		height:332px;
		overflow:hidden;
		background:none;
		background:transparent url('../images/bg_slider4.png') no-repeat;
		position:relative
	}
	.jScrollbar4 .jScrollbar_draggable a.draggable {
		position:relative;
		background:transparent url('../images/bg_draggable4.png') no-repeat;
		display:block;
		height:74px;
		width:13px;
		cursor:s-resize
	}
	
