#mycustomscroll {
  /* Typical fixed height and fixed width example */
  width:410px;
  height:264px;
  overflow: auto;
  /* IE overflow fix, position must be relative or absolute*/
  position: relative;
  background-color: #fff;
  padding:12px 10px 0 0;
  margin-top:10px
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 420px;
height: 339px;
position: relative;
color: black;
}

