#mycustomscroll1 {
    /* Typical fixed height and fixed width example */
    width: 511px;
    height: 185px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color:transparent;
    padding: 0 5px 0 0;
    float:left;
}
