#overlay {
    background-image: url(../images/overlay.png)
    }
* html {
    background-color: #000;
    background-color: transparent;
    /*background-image: url(blank.gif);*/
    }
#voorgrond {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 80;
    background-image: url(../images/overlay.png);
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    _background: none
    }
#main {
    width: 180px;
    z-index: 100
    }
.MultiBoxContainer {
    position: absolute;
    margin-top: -80px;
    border: 40px solid #f19300;
    background-color: #f19300;
    display: none;
    z-index: 9999
    }
.MultiBoxLoading {
    background: url(../images/loading.png) no-repeat center #f19300;
    _background: none
    }
.MultiBoxContent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
    }
.MultiBoxClose {
    z-index: 1;
    position: absolute;
    top: 350px;
    right: -28px;
    background: url(../images/close.png) no-repeat;
    _background: none;
    width: 32px;
    height: 32px;
    cursor: pointer
    }
.MultiBoxControlsContainer {
    overflow: hidden;
    height: 0;
    position: relative
    }
.MultiBoxControls {
    width: 100%;
    height: 60px;
    position: relative;
    background-color: #f19300
    }
.MultiBoxPrevious {
    position: relative;
    background: url(../images/left.png) no-repeat;
    _background: none;
    width: 47px;
    height: 100px;
    float: left;
    margin-top: 30px;
    cursor: pointer
    }
.MultiBoxNext {
    position: relative;
    background: url(../images/right.png) no-repeat;
    _background: none;
    width: 47px;
    height: 100px;
    float: right;
    margin-top: 30px;
    cursor: pointer
    }
.MultiBoxNextDisabled {
    cursor: default;
    background: url(../images/rightDisabled.png) no-repeat;
    _background: none
    }
.MultiBoxPreviousDisabled {
    cursor: default;
    background: url(../images/leftDisabled.png) no-repeat;
    _background: none
    }
.MultiBoxTitle {
    position: relative;
    margin: 10px 0 0 35px;
    float: left;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: left
    }
.MultiBoxNumber {
    position: relative;
    width: 50px;
    margin: 10px 35px 0 0;
    float: right;
    font-size: 11px;
    color: #f19300;
    text-align: right;
    display: none
    }
.MultiBoxDescription {
    clear: left;
    position: relative;
    margin: 0 35px 0 35px;
    padding-top: 5px;
    font-size: 11px;
    color: #FFF;
    text-align: left
    }