		/*	mediaboxAdvanced Black theme	*/
		/*	version 2.1 - August 2010		*/
		/*	for mediaboxAdvanced v.1.3.1	*/

		/*	Overlay background styling	*/

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

		/*	Legacy fix for older browsers	*/

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

#mbOverlay.mbOverlayIE {
	position: absolute;
}

		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 20px rgba(0,0,0,0.30);
	-khtml-box-shadow: 0px 1px 20px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 1px 20px rgba(0,0,0,0.30);
	box-shadow: 0px 1px 20px rgba(0,0,0,0.30);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
}

#mbCenter.mbLoading {
	background: #fff url(/portfolio/themes/zpbert_3/images/loading.gif) no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

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

		/*	Inline content styling	*/

	line-height: 15px;
	font-size: 10px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
	min-height:20px;
	
	line-height: 15px;
	font-size: 10px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle{
display: inline;
	

	line-height: 15px;
	font-size: 10px;	
}



#mbPrevLink, #mbNextLink, #mbCloseLink {
font: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; ;letter-spacing:0.2px;
font-weight: bold;
}

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

#mbCaption {
	display: block;
	color: #999;
	line-height: 15px;
	
}

#mbPrevLink{left:0px;top:70px;position:absolute;width:30%;height:60%;z-index:999;
background-image:url(../images/previous.png);background-repeat:no-repeat;background-position:10% 60%;opacity:0;font-size:0px;}

#mbPrevLink:hover{left:20px;top:70px;position:absolute;width:30%;height:60%;z-index:999;
background-image:url(../images/previous.png);background-repeat:no-repeat;background-position:10% 60%;opacity:0.45;font-size:0px;}	
	


 #mbNextLink{
	top:70px;right:0px;position:absolute;width:30%;height:80%;margin-left:50%;
	outline: none;text-align:right;
	background-image:url(../images/next.png);background-repeat:no-repeat;background-position:90% 90%;opacity:0.0;font-size:0px;;}


 #mbNextLink:hover{
	top:70px;right:20px;position:absolute;width:30%;height:60%;margin-left:50%;
	outline: none;text-align:right;
	background-image:url(../images/next.png);background-repeat:no-repeat;background-position:90% 60%;opacity:0.45;font-size:0px;;}





#mbCloseLink {bottom:3px;right:12px;width:40px;height:40px;position:absolute;
background-image:url(../images/close.png);background-repeat:no-repeat;background-position:100% 60%;opacity:1;font-size:0px;clear:both	
	}
	


	
#facebook {width:40px;height:40px;position:absolute;left:-5px;bottom:5px;
background-image:url(../images/facebook.png);background-repeat:no-repeat;background-position:100% 60%;opacity:0.5;font-size:0px;clear:both	
	}

#digg {width:40px;height:40px;position:absolute;left:20px;bottom:5px;
background-image:url(../images/digg.png);background-repeat:no-repeat;background-position:100% 60%;opacity:0.5;font-size:0px;clear:both	
	}

#twitter{width:40px;height:40px;position:absolute;left:45px;bottom:5px;
background-image:url(../images/twitter.png);background-repeat:no-repeat;background-position:100% 60%;opacity:0.5;font-size:0px;clear:both	
	}


#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: grey;
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	color: #000;
}


		/*	Error message styling	*/

#mbError {
	position: relative;
	
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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