/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.hscrollerbase {
visibility: visible !important;
cursor:pointer;
}

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

.vscrollerbase {
width: 8px;
background-color: white;
}
.vscrollerbar {
width: 8px;
background-color: #CBBDCE;
}
.hscrollerbase {
	height: 8px;
	background-color: white;
	background-image: url(../laboimg/bordure.gif);
	background-repeat: repeat-x;
	background-position: 0px 4px;
}
.hscrollerbar {
height: 8px;
background-color: #CBBDCE;
}

.scrollerjogbox {
width: 8px;
height: 8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #FFFFFF;
}
#series {
	width:676px;
	height:105px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
}
#scrollserie {
width:676px;
height:177px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
