#mycustomscroll {
    /* Typical fixed height and fixed width example */
    width: 375px;
    height: 458px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color: transparent;
    margin-left: 0px;
    margin-top:0px;
}
