/* mediaboxAdvanced - white theme */


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

#mbOverlay.mbOverlayIE {
  position: absolute;
}
  
#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
	padding: 10px;
	background-color: #fff;
  border: 10px solid #85bbdf;
} * html #mbCenter {
}

#mbCenter.mbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;
/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
  padding: 0px;
}

#mbImage iframe {
  overflow-x: hidden;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #333;
	color: #0071bc;
}

#mbImage a:hover, #mbImage a:active {
/*	color: #000; */
}

/*	End inline content styles	*/

#mbBottom {
  height: 15px;
}

#mbCloseLink {
  float: right;
  height: 14px;
  width: 14px;
  background: url(/images/closeLabel.gif) no-repeat;
}

/*	Styles for flash version alert	*/

#mbError {
  display: none;  
}
