
#mycustomscroll {
/* Typical fixed height and fixed width example */
width:210px;
height: 300px;
overflow-y:auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0; padding:0;

}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width:680px;
height: 500px;
overflow-y:auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0; padding:0;

}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width:180px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

