@charset "utf-8";
/* CSS Document */


#scrollbar {
color:#000000;
width:510px; 
height:255px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
left: 0 !important;
width: 7px;
background-color: #999999;
}
.vscrollerbar {
width: 7px;
background-color: #bbbbbb;
}
.hscrollerbase {
height: 7px;
}
.hscrollerbar {
height: 7px;
background-color: #bbbbbb;
}

.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.flexcrollactive .emptyspace {
	height: 260px;
	}
