/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#mycustomscroll {
	/* percentage width without the fix*/
width: 750px;
	height: 330px;
	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 {
width: 15px;
height:366px;
background-image:url(../images/image_018.jpg);
}
.vscrollerbar {
width:15px;
background-color:#312519;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #312519;
}

.scrollerjogbox {
width:17px;
height:10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #312519;
}