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

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

.vscrollerbase {
    width: 17px;
    background: url('img/hbasebg.png');
    height: 290px;
}
.vscrollerbar {
	width: 17px; /* background-color: #e0eec4; */ /* border: 1px solid #9dc73f; */;
	height: 76px;
	background-image: url('img/scrolljog.gif');
	background-repeat: no-repeat;
}
.hscrollerbase {
    visibility: hidden
    height: 10px;
}
.hscrollerbar {
    height: 10px;
}

.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
}
