/* mediaboxAdvanced - black theme */

/* These styles goes for the overlay */
#mbOverlay {
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbTop {
	z-index:112;
	position:absolute;
	width:594px;
	padding:14px;
}

#mbTop #mbCloseLink {
	float:right;
	display:block;
	width:13px;
	height:13px;
	background: url("assets/crosshair.png");
}

#mbCenter {
	position: absolute;
	z-index: 111;
	left: 50%;
	overflow: hidden;
	background: url("assets/full_bg2.png");
}

/*	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:	*/
#mbCenter.mbLoading {
	background:url("assets/full_bg2.png");
}

#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: #fff;
	text-align: left;
	padding: 0;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/
