#mdm-scroll {
    /* Typical fixed height and fixed width example */
    width: 448px;
    height: 308px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color:transparent;
    padding: 0 10px 0 0;
    display: block;
}
#page-scroll {
    /* Typical fixed height and fixed width example */
    width: 705px;
    height: 333px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color:transparent;
    padding: 10px 10px 10px 0;
    display: block;
}
#mdm-scroll:focus,#page-scroll:focus{
    outline:none;
}
