.lb-v-dummy {
	display: block;
	height: 1px;
	width: 100%;
}
.lb-h-dummy {
	display: block;
	height: 100%;
	width: 1px;
}
.lb-clear {
	clear: both;
}
.lb-wrap {
	overflow: auto; 
	position: relative;
	z-index: 0;
}
/*.lb-scrollbar-wrap {
	left: 0;
	position: absolute;
	top: 0;
}*/
.lb-v-scrollbar {
	background: #cfcfcf;
	height: 100%;
	opacity: 0.3;
	position: absolute;
	right: 5px;
	top: 2px;
	width: 7px;
	z-index: 1;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
	-webkit-border-radius: 7px;
}
.lb-h-scrollbar {
	background: #cfcfcf;
	bottom: 2px;
	height: 7px;
	left: 2px;
	opacity: 0.3;
	position: absolute;
	z-index: 1;
	width: 100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-border-radius: 7px;
}
.lb-v-scrollbar-slider {
	background: #000;
	cursor: pointer;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-border-radius: 7px;	
}
.lb-h-scrollbar-slider {
	background: #000;
	cursor:pointer;
	height: 7px;
	left: 0;
	top: 0;
	position: absolute;
	width: 50px;
	-moz-border-radius: 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; border-radius: 7px;
	-webkit-border-radius: 7px;
}
<!--[if IE 8]>
<style>
.lb-v-scrollbar { background: red; }
</style>
<![endif]-->