/* mediaboxAdvanced - black theme */

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

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

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

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

.mbLoading {
	background: #000 url(../images/BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
/*	border: 10px solid #4F5634;*/
	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: #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: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
/*	border: 10px solid #000;
	border-top-style: none;*/
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
	position:absolute;
	bottom:0;
	text-align:center;
	z-index:10;
}
#mbTitle:after{
content:'skin deep art';
}

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

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

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 46px;
	background: transparent url(../images/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
	z-index:11;
}

#mbPrevLink {
 /* display:none;*/
  bottom:0;
  position:absolute;
  left:0;
/*	width: 69px; */
	background: transparent url(../images/pre_07.png) no-repeat left bottom;
}

#mbNextLink {
 /* display:none;*/
/*	width: 43px; */
  bottom:0;
  position:absolute;
  right:0;
	background: transparent url(../images/next_09.png) no-repeat right bottom;
}

#mbCloseLink {
/*	width: 50px;
	height: 50px;*/
	background: transparent url(../images/close2_03.png) no-repeat right top;
}

#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;
}
#mbBottomContainer{
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
}