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

    MultiBoxG
    v1.0

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

.MultiBoxGContainer {
    position: absolute;
    display: none;
    z-index: 5;
    background-color:#000 ;
    border: 0;
}

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

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

.MultiBoxGClose {
    position: absolute;
    top: 61px;
    right: 28px;
    background: url(images/closeg.gif) no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
}


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

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


.MultiBoxGPrevious {
    position: absolute;
    background: url(images/leftg.png) no-repeat right;
    width: 20px;
    height: 38px;
    left: 40px;
    top: 45%;
    cursor: pointer;
    z-index: 8;
}

.MultiBoxGPrevious:hover {
    background: url(images/leftg_on.png) no-repeat right;
}

.MultiBoxGNext {
    position: absolute;
    background: url(images/rightg.png) no-repeat;
    width: 20px;
    height: 38px;
    right: 20px;
    top: 45%;
    cursor: pointer;
    z-index: 8;
}

.MultiBoxGNext:hover {
    background: url(images/rightg_on.png) no-repeat;
}

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

.MultiBoxGNextDisabled:hover {
    cursor: default;
    background: url(images/blank.gif) no-repeat;
}

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

.MultiBoxGPreviousDisabled:hover {
    cursor: default;
    background: url(images/blank.gif) no-repeat;
}

.MultiBoxGTitle {
    position: absolute;
    top: -30px;
    left: -5px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.MultiBoxGNumber {
    position: absolute;
    top: 40px;
    right: 180px;
    font-size: 14px;
    color: #9C518C;
    font-weight: bold;
    text-align: right;
}

.MultiBoxGDescription {
    height:0px;
    z-index:20;
    background: #000;
    text-align: left;
}

.MultiBoxGDescription a{
    text-decoration:none;
    color:#000;
    font-weight: bold;
}



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

