.clr {
	clear:both;
	height:0
}
.jScrollbar {
	overflow:hidden;
	position:relative;
	width:511px;
	height:126px;
	margin-top:1px;
}
	.jScrollbar .jScrollbar_mask {
		float:left;
		width:501px;
		position:relative;
		top:0;		
	}
	.jScrollbar .jScrollbar_draggable {
		float:right;
		position:relative;
		width:9px;
		height:126px;
		background:#d7d7b8;		
	}
	.jScrollbar .jScrollbar_draggable a.draggable {
		position:relative;
		display:block;
		height:30px;
		width:9px;
		background:transparent url(../images/btn_scroll.gif) no-repeat;
		cursor:s-resize
	}