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

#mycustomscroll {width:197px;height:271px}
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 10px;background:#89a062}
.vscrollerbar {width: 10px;background-color: #fff;cursor:pointer;}

#mycustomscroll-flexcroll-vscroller {
height: 201px;
width: 10px;
background-color: black;
position: relative;
margin: 30px 5px;
margin-right:135px;
cursor:pointer;
/*  Enable following line if you want to keep the scrollbase visible at all times
visibility: visible !important; 
*/
}
#mycustomscroll-flexcroll-vscroller .flexcroll-scrollbar {
height: 271px;
width: 10px; /* This initial size is later set by fleXcroll, unless forced by user */
background:url(updown.gif) left top no-repeat;
position: absolute; /* position needs to be absolute */
}



#divUp   {position:relative;}
#divDown {position:relative;}
#divScrollTextCont {position:relative; width:197px; height:271px; clip:rect(0px 197px 271px 0px); overflow:hidden;}
#divText {position:absolute; left:0px; top:0px;} 
