/*
 * mediaboxAdvanced
 */
#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

    #mbOverlay.mbOverlayIE {
	    position: absolute;
    }

#mbCenter {
	position: fixed;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background: #222 url(../images/block-border.png) repeat-x 0 100%;
	padding-bottom: 16px;
	border: 1px solid #3f3f3f;
}

#mbImage {
	position: relative;
	padding: 10px;
}

#mbBottom {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	height: 18px;
	padding: 0 10px 7px;
}

#mbTitle {
	display: none;
}

#mbNumber {
	display: inline;
}

#mbCaption {
	display: none;
}

#mbPrevLink,
#mbNextLink {
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 35px;
    width: 50%;
    outline: none;
}

#mbPrevLink {
    left: 0;
    background: url(../images/mediabox/previous.png) no-repeat 0 -100%;
}

    #mbPrevLink:hover {
        background-position: 0 30%;
    }

#mbNextLink {
    right: 0;
    background: url(../images/mediabox/next.png) no-repeat 0 -100%;
}

    #mbNextLink:hover {
        background-position: 100% 30%;
    }

#mbCloseLink {
	display: block;
	float: right;
	height: 15px;
	margin: 0;
	outline: none;
}

#mbCloseLink {
	width: 62px;
	background: url(../images/mediabox/close.png) no-repeat 100% 50%;
}

    html[lang|=en] #mbCloseLink { background-position: 100% -15px; }
    html[lang|=de] #mbCloseLink { background-position: 100% -30px; }
    html[lang|=es] #mbCloseLink { background-position: 100% -45px; }

#mbError {
	position: relative;
	color: #000;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
}

#mbError a,
#mbError a:link,
#mbError a:visited,
#mbError a:hover,
#mbError a:active {
	color: #700;
	font-weight: bold;
	text-decoration: underline;
}