/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #666;
	cursor: pointer;
	z-index: 1000;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(../images/50.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	left: 50%; padding: 0;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}

.mbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #000;
	z-index: 1000;
	padding: 10px 55px 15px 55px;
	background-repeat: no-repeat;
	background-position: center center;

/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

#mbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #000;
	border-top-style: none;
	z-index: 1000;
	min-height: 20px;
	padding: 0 55px 0 55px;
	background: #000;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	position: absolute;
	margin: 0 ;
	height: 20px;
	display: block;
	width: auto;
	height: 20px;
	z-index: 1100;
	overflow: hidden;
}

#mbCaption {
	margin: 0 10px 0 0;
	z-index: 0;
	font-weight: normal;
	display: block;
	padding: 2px 0 0 10px;
	color: #DDD;

}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	width: 35px;
	height: 20px;
	outline: none;
	z-index: 900;
	overflow: hidden;
	top: -8px;
	text-decoration: none;
	color: #999;
}
#mbPrevLink:hover, #mbNextLink:hover {
	color: #EEE;
}
#mbPrevLink {
	float: left;
	/* background: transparent url(/fileadmin/templates/img/slimbox/sb_prevlabel.png) no-repeat center center; */
	margin-left: 15px;
}
#mbPrevLink:hover {
}
#mbNextLink {
	float: none;
	/* background: transparent url(/fileadmin/templates/img/slimbox/sb_nextlabel.png) no-repeat left; */
	margin-right: 15px;
	text-align: right;
	width: 100%;
	position: absolute; 
	right: 0; top: 1px;
}
#lbNextLink:hover {
}

#mbCloseLink {
	height: 19px; width: 19px;
	background: #000 url(/fileadmin/templates/img/slimbox/closelabel.png) no-repeat;
	position: absolute;
	top: 1px; right: 5px;
	z-index: 1002;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
