#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 295px;
height: 336px;
overflow: auto;
scrollbar-base-color: #4E5254;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
}
