#expandableContainer {
    width: 300px;
    height: 250px;
    margin-left: 115px;
    margin-bottom: 20px;
    float: left;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 8pt;
}

#flash01Container {
    position: relative;
    width: 300px;
    height: 250px;
    z-index: 666;
    padding: 0;
    margin: 0;
    background: #eee;
    overflow: hidden;
}
        
#flash01 {
    padding: 0;
    margin: 0;
}
