/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 770px;
height: 550px;
overflow: auto;
float:left;
outline:none;
color:#fff;
padding-left:50px; 
margin-top:35px; 
}

.scrollgeneric {
line-height: 12px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #685141; margin-left:-790px; 
}
.vscrollerbar {
width: 8px;
/*background:url(flex.jpg) no-repeat;*/
cursor:pointer;
background-color:#CAA684;

}


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