.clr {
	clear:both;
	height:0
}

/***************/
.jScrollbar
{
    width: 500px;
    height: 155px;
    overflow: hidden;
  
    position: relative;
    color:#990000;

}
	.jScrollbar .jScrollbar_mask {
		width:460px;
		position:relative;
		top:0;
		float:left
	}
		.jScrollbar .jScrollbar_mask p {
			margin:0;
			padding:0;
			color:#990000;
			margin-bottom:7px;
			font-size:12px;
		}
	.jScrollbar .jScrollbar_draggable
{
    float: left;
    width: 12px;
    height: 153px;
    overflow: hidden;
    background: none;
    background-color: #A62900;
    margin-left: 23px;
    position: relative;
}
	.jScrollbar .jScrollbar_draggable a.draggable {
		position:relative;
		background:transparent url('../images/bg_draggable5.png') no-repeat;
		display:block;
		height:52px;
		width:12px;
		margin-left:0;
		cursor:s-resize
	}