
.lb-v-dummy {
	width: 100%;
	display: block;
	height: 1px;
	background-color: #CC9933;
}


.lb-clear {
	clear: both;
}

.lb-wrap {
	z-index: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
/*	background-color: #00CC33;*/
}

/*.lb-scrollbar-wrap { position: absolute; left: 0; top: 0; }*/
/*
ancien
.vScrollbar {
	z-index: 1;
	position: absolute;
	left:0px; 
	top: -4px;
	width: 3px;
	height: 100%;	
	background-color: #454744;
	border-color: #171a1e;
	opacity: 1;
	border-width: 0 3px 0 3px;
	border-style:solid;
}

*/

.vScrollbar {
	z-index: 1;
	position: absolute;
	left:-4px; 
	top: -4px;
	width: 1px;
	height: 100%;	
	background-color: #454744;
	border-color: #171a1e;
	opacity: 1;
	border-width: 0 5px 0 5px;
	border-style:solid;
}


.vScrollbar:hover{
	cursor:pointer;
}



.vScrollbarSlider {
	position: absolute;
	width: 3px;
	height: 50px;
	left: -2px;
	top: 0;
	background-color: #d0870d;
	/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */

	border-width: 0 1px 0 1px;
	border-style:solid;
	border-color: #454744;	/*	border:	0 1px 0 1px solid transparent;*/
}

