/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background: #f6f9ed;
	cursor: pointer;
}

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

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

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

#mbCenter{
	border: 1px solid #94c11c;
}

#mbBottom{
	text-align: center !important;
	vertical-align: middle !important;
	padding-top: 0px;
	height: 26px;
	position:relative;
}

#mbBottomContainer {
	border-left: 1px solid #94c11c;
	border-right: 1px solid #94c11c;	
	border-top: 1px solid #94c11c;
}

.mbLoading {
	background: #fff url(../../../../../fileadmin/styles/01_layouts_basics/img/sanevo-ladebalken_090305.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 8px solid #94c11c;
	border-top: none;
	background-repeat: no-repeat;
/*	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: #000;
	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: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border-right: 8px solid #94c11c;
	border-left: 8px solid #94c11c;
	background: #94c11c;
	position: relative;
}

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

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	margin-top:6px !important;
	display: inline-block;
	height: 17px;
	width: 65px;
	margin: 0;
	outline: none;
}

#mbPrevLink {

	width:17px;
	background: transparent url(../../../../../fileadmin/styles/01_layouts_basics/img/light_back.gif) no-repeat center;
}
#mbPrevLink:hover {
	background: transparent url(../../../../../fileadmin/styles/01_layouts_basics/img/light_back_hover.gif) no-repeat center;
}

#mbNextLink {

	width: 17px;
	background: transparent url(../../../../../fileadmin/styles/01_layouts_basics/img/light_next.gif) no-repeat center;
}
#mbNextLink:hover {
	background: transparent url(../../../../../fileadmin/styles/01_layouts_basics/img/light_next_hover.gif) no-repeat center;
}

#mbCloseLink {
	/*height: 30px;*/
	color: #9BC52B !important;
	/*position:absolute;
	left: 319px;*/
	margin-left:8px; margin-right:8px;position:relative;bottom:3px;
	width:17px;
	text-indent: -999px;
	background: transparent url(../../../../../fileadmin/styles/01_layouts_basics/img/light_close.gif) no-repeat center;
}

#mbCloseLink:hover{
	color: #9BC52B !important;
	text-decoration: none;	
	background: transparent url(../../../../../fileadmin/styles/01_layouts_basics/img/light_close_hover.gif) no-repeat center;
}

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