
/**************************************************************

    MultiBox
    v1.3

**************************************************************/

.MultiBoxContainer {
    position: absolute;
    border: 5px solid #CFEDFF;
    background-color: #FFF;
    display: none;
    z-index: 2;
    text-align: left;
    /*overflow: hidden;*/
}

.ie6iframe {
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 100%;/*must have for any big value*/
height: 100%;/*must have for any big value*/;
border: 5px solid #CFEDFF;
}

.MultiBoxLoading {
    background: url(images/loading.gif) no-repeat center;
}

.MultiBoxContent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.MultiBoxClose {
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(images/close.png) no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}


.MultiBoxControlsContainer {
    overflow: hidden;
    height: 0px;
    position: relative;
}

.MultiBoxControls {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #CFEDFF;
}


.MultiBoxPrevious {
    position: absolute;
    background: url(images/left.png) no-repeat;
    width: 24px;
    height: 24px;
    left: 0px;
    margin-top: 5px;
    cursor: pointer;
}

.MultiBoxNext {
    position: absolute;
    background: url(images/right.png) no-repeat;
    width: 24px;
    height: 24px;
    right: 0px;
    margin-top: 5px;
    cursor: pointer;
}

.MultiBoxNextDisabled {
    cursor: default;
    background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
    cursor: default;
    background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
    position: relative;
    margin: 10px 0 0 35px;
    float: left;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.MultiBoxNumber {
    position: relative;
    width: 50px;
    margin: 10px 35px 0 0;
    float: right;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-align: right;
}

.MultiBoxDescription {
    clear: left;
    position: relative;
    margin: 0 35px 0 35px;
    padding-top: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-align: left;
}



/*************************************************************/


