.filediv {
    width:150;position:relative;padding:5;
}
.filetd {
    padding:20
}
.filediv .deleter{
    width:30;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #DDAAAA;
}
.filediv .plusexer{
    width:30;
    position: absolute;
    bottom: 30px;
    left: 0px;
    background: #FFEEAA;
}
.filediv .ambigexer{
    width:30;
    position: absolute;
    bottom: 30px;
    left: 65px;
    background: #FFEEAA;
}
.filediv .minusexer{
    width:30;
    position: absolute;
    bottom: 30px;
    right: 0px;
    background: #FFEEAA;
}

.filediv .fileimg{
    max-height:100;
    max-width:150;
}
#displaybongard .deleter{
    width:30;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #DDAAAA;
}
#displaybongard .plusexer{
    width:30;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #FFEEAA;
}
#displaybongard .ambigexer{
    width:30;
    position: absolute;
    bottom: 10px;
    left: 42px;
    background: #FFEEAA;
}
#displaybongard .minusexer{
    width:30;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #FFEEAA;
}


#displaybongard .excaption{
    width:200;
    position: absolute;
    bottom: -7px;
    left: -43px;
}