/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#mycustomscroll-flexcroll-vscroller {
height: 444px;
width: 11px;
background:url("/wps/wcm/connect/a4d49d0042dfaec1bd4ebfe4f7c0095e/back_ground_scroll.gif?MOD=AJPERES") top center repeat-y;
position: relative;
margin: 0px;
/*  Enable following line if you want to keep the scrollbase visible at all times*/
/*visibility: visible !important;*/

}

#mycustomscroll-flexcroll-vscroller .flexcroll-scrollbar {
height: 33px;
width: 11px; /* This initial size is later set by fleXcroll, unless forced by user */
background:url("/wps/wcm/connect/156ad08042dfaf39bd50bfe4f7c0095e/drag.gif?MOD=AJPERES") no-repeat;
position: absolute; /* position needs to be absolute */
}

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
/*.vscrollerbase {left: -10 !important;}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


/* following are the styles for fat & cuddly, comments and newlines removed */
.vscrollerbar {width: 11px;background: #f9b120 url("/wps/wcm/connect/3192600042dfaf81bd52bfe4f7c0095e/drag_center.gif?MOD=AJPERES") center no-repeat;cursor:pointer;} /* drag trozo centro */
.vscrollerbarbeg {height: 3px !important;width: 11px;background: url("/wps/wcm/connect/c45ff70042dfb074bd5dbfe4f7c0095e/drag_sup.gif?MOD=AJPERES") no-repeat;cursor:pointer;} /* drag trozo superior*/
.vscrollerbarend {height: 3px;width: 11px;background: url("/wps/wcm/connect/9c3fac0042dfb012bd5bbfe4f7c0095e/drag_inferior.gif?MOD=AJPERES") no-repeat;cursor:pointer;} /* drag trozo inferior */
.vscrollerbase {width: 11px;background:url("/wps/wcm/connect/a4d49d0042dfaec1bd4ebfe4f7c0095e/back_ground_scroll.gif?MOD=AJPERES") top center repeat-y;} /* fondo scrollbar */
/*.vscrollerbasebeg {width: 11px;height: 28px !important;background: url(scrollbar.png) -72px -28px no-repeat;} /* imagen superior subir scrollbar */
/*.vscrollerbaseend {height: 28px;width: 11px;background: url(scrollbar.png)  -72px 0px no-repeat;} /* imagen inferior bajar scrollbar */
/*.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}*/
/*.vscrollerbar{padding: 28px;z-index: 2;} /* tope por arriba y por abajo*/
/* .vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;} */
/*.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}*/

/* Scroll Bar Master Styling Ends Here */