/* 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: 9px;
	background-image: url(images/scrollbackground.gif);
	background-repeat: repeat-y;
}

/* This is the middle of the slide bar */
.vscrollerbar {
	width: 7px;
	background-image: url(images/slidebar.png);
	background-repeat: repeat-y;
}

/* This section is how high the scroll bar is from the top to the bottom DIV */
.vscrollerbar{
padding: 10px;
z-index: 2;
}
/* ..........................................  */

/* This is the scroll bar itself. Make sure you have the dimensions correct!  */

.vscrollerbarbeg {
background: url(images/slidebarTOP.png) no-repeat;
width: 7px;
height: 14px !important;
}
.vscrollerbarend {
background: url(images/slidebarBOTTOM.png) no-repeat;
width: 7px;
height: 14px;
}

/* ..........................................  */

.vscrollerbasebeg {
background: url(images/scrollbackgroundTOP.gif) no-repeat;
width: 9px;
height: 7px !important;
}
.vscrollerbaseend {
background: url(images/scrollbackgroundTOPBOTTOM.gif) no-repeat;
height: 4px;
width: 9px;
}

/* Scroll Bar Master Styling Ends Here */
