#mycustomscroll {
width: 277px;
height: 190px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0px;
z-index:1;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 260px;
height: auto;
position: relative;
color: #8b2640;
padding: 1px;
z-index:1;
}

