/* 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;
border:solid 1px #ccc;
}
.vscrollerbar {
width: 5px;
background:#dbdada url(../images/dd.png) center no-repeat;
}


/**/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 263px;
height: 128px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:4px;
margin:3px 0;
}

