#mycustomscroll {
    /* Typical fixed height and fixed width example */
    width: 413px;
    height: 434px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color:transparent;
    padding:0px;
    float:left;
}
#mycustomscroll:focus{
    outline:none;
}
#mdm_scroll{
  width: 500px;
    height: 367px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color:transparent;
    padding:0px;

}
#mdm_scroll:focus{
    outline:none;
}


