div.imgFader {
    background-color: #fff;
    /*position: relative;*/
    width:175px;
    height:250px;
}

#fader-image {
    /*position: absolute;*/
}

div.infobulle {
    background-color: #fff;
    /*border: #999 1px solid;*/
    /*position: absolute;*/
    /*display: none;*/
}

h3.infobulle {
    font-family: sans-serif;
    font-weight: bold;
    font-size:1.0em;
    border-bottom: #666 1px solid;
}

.fader_top {
    background-image: url('../../images/fader/top.jpg');
    background-repeat: no-repeat;
    width: 182px;
    height: 10px;
}


.fader_mid {
    background-image: url('../../images/fader/mid.jpg');
    background-repeat: repeat-y;
    width: 182px;
    /*height: 320px;*/
}

.fader_bot {
    background-image: url('../../images/fader/bot.jpg');
    background-repeat: no-repeat;
    width: 182px;
    height: 10px;
}
