#bandBox{
    position: absolute;
    z-index:200;

    width: 156px;
    height: auto;

    background-color: black;
    border: 3px solid #DDDDDD;

    display: none;
}

div.bandBoxIn{
    background-color: #DDDDDD;
    margin: 3px;
}
