/* 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: 5px;
background-color: #ababab;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll-base,
the padding will automatically be turned off by the script
The greater the padding, the further away the scrollbar
stops away from both ends. This may be used, for example,
to provide space for our "faux" arrow heads.
*/
padding: 7px;

/* z-index for scrollbars define the z-index for the content, if left at
"auto" or "0", they are set to "2", if defined, content z-index is set the
same as the scrollbars. Version 1.7.5 and higher does not need this setting
to function properly, earlier versions need this for proper operation */
z-index: 2;
}

.vscrollerbar {
width: 5px;
background: #bfbfbf url(../des_imgs/flexcroll_gueldener.gif) -5px 0px repeat-y;
}

.vscrollerbase {
/* Vertical scrollbar's base body */ 
background: white url(../des_imgs/flexcroll_gueldener.gif) 0px 0px repeat-y;
}

.vscrollerbasebeg {
/* Vertical scrollbar's base top-cap */
/* This may be used for holding the up arrow */
background: url(../des_imgs/flexcroll_gueldener.gif) -10px -7px no-repeat;
width: 5px;
/* height of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
height: 7px !important; /*  Safari BG repeat fix */
}

.vscrollerbaseend {
/* Vertical scrollbar's base bottom-cap */
/* This may be used for holding the down arrow */
background: url(../des_imgs/flexcroll_gueldener.gif) -10px 0px no-repeat;
height: 6px;
width: 5px;
}

.hscrollerbase {
/*height: 10px;*/
height:   5px;
background-color: #EFF7FF;
}
.hscrollerbar {
/*height: 10px;*/
height:0;
background-color: #666;
}

/*.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}*/

.scrollerjogbox {
  height:0;
  width:0;
}
