/* mediaboxAdvanced - black theme */

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

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

#mbOverlay.mbOverlayIE {
	position: absolute;
}

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

#mbCenter.mbLoading {
	background: #191919 url(images/BlackLoading.gif) no-repeat center 40%;

/*	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: Arial, sans-serif;
	line-height: 13px;
	font-size: 11px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
	letter-spacing: 1px;
}

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

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

/*	End inline content styles	*/

#mbBottom {
	padding: 0 10px 13px;
}

#mbTitle {
	color: #fff;
	letter-spacing: 1px;
	font: bold 11px/13px Arial, sans-serif;
}

#mbNumber {
	color: rgba(255,255,255,0.2);
	margin-top: 13px;
	font: 10px/13px Arial, sans-serif;
	 filter:alpha(opacity=20);
}

#mbCaption {
	color: rgba(255,255,255,0.2);
	 filter:alpha(opacity=20);
	font: 11px/13px Arial, sans-serif;
	margin-top: 13px;
	letter-spacing: 1px;
	display: block;
	height: 52px;
}

#mbCaption a:link, #mbCaption a:visited {
	color: rgba(255,255,255,0.2);
	 filter:alpha(opacity=20);
	text-decoration: underline;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: inline-block;
	height: 20px;
	outline: none;
	position: relative;
	top: 10px;
	float: left;
	margin-left: -6px;
}

#mbPrevLink {
	width: 62px;
	background: transparent url(images/BlackPrevious.gif) no-repeat center;
	opacity: 0.2;
	 filter:alpha(opacity=20);
}

#mbPrevLink:hover {
	opacity: 1;
	 filter:alpha(opacity=100);
}

#mbNextLink {
	width: 42px;
	background: transparent url(images/BlackNext.gif) no-repeat center;
	opacity: 0.2;
	 filter:alpha(opacity=20);
}

#mbNextLink:hover {
	opacity: 1;
	 filter:alpha(opacity=100);
}

#mbCloseLink {
	width: 42px;
	background: transparent url(images/BlackClose.gif) no-repeat center;
	opacity: 0.2;
	 filter:alpha(opacity=20);
	margin-right: 2px;
}

#mbCloseLink:hover {
	opacity: 1;
	 filter:alpha(opacity=100);
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Arial, sans-serif;
	line-height: 13px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
}

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

.news {
	color: #eeaca1;
}

.motion {
	color: #8dada2;
}

.graphic {
	color: #95c751;
}

.photography {
	color: #d6de23;
}
