/* Start of CMSMS style sheet 'MEDIABOX' */
/* ---------- CSS STYLES ---------- */

/* ---------- MEDIABOX ---------- */



/* ---------- CONTENT ---------- */

#mbOverlay {
    cursor: pointer;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('/images/mediabox/50.gif');
    z-index: 1000;
}

#mbOverlay.mbOverlayIE {
    position: absolute;
}

#mbCenter {
    border: 1px solid #555;
    padding: 1px;
    position: absolute;
    z-index: 10000;
    left: 50%;
    background: url('/images/bg_000_opacity_50.png');
    overflow: hidden;
}

#mbCenter.mbLoading {
    background: url('/images/mediabox/loading.gif') center no-repeat;
}

#mbImage {
    position: relative;
    top: 0px;
    left: 0px;
}



/* ---------- BOTTOM ---------- */

#mbBottom {
	padding: 10px;
    height: 32px;
    background: #fff;
	color: #404040;
}

#mbTitle {
    display: inline;
    font-weight: bold;
}

#mbNumber {
    display: inline;
    font-size: 10px;
    margin: 0px 10px;
}

#mbCaption {
    display: block;
    font-size: 10px;
}

#mbPrevLink,
#mbNextLink,
#mbCloseLink {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
}

#mbPrevLink:hover,
#mbNextLink:hover,
#mbCloseLink:hover {
    opacity: 0.75;
}

#mbPrevLink {
    background: url('/images/mediabox/back.png') center #fff no-repeat;
}

#mbNextLink {
    background: url('/images/mediabox/next.png') center #fff no-repeat;
}

#mbCloseLink {
    background: url('/images/mediabox/delete.png') center #fff no-repeat;
}

#mbError {
    position: relative;
    border: 10px solid #fff;
    text-align: center;
}

#mbError a,
#mbError a:hover {
    color: #d00;
    font-weight: bold;
    text-decoration: underline;
}
/* End of 'MEDIABOX' */

