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

		/*	Overlay	*/

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

		/*	fuer aeltere browser	*/

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

#mbOverlay.mbOverlayIE {
	position: absolute;
}

		/*	Panel	*/

#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 10px 40px rgba(0,0,0,0.70);
	-khtml-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=180, Color='#000000');
}

#mbCenter.mbLoading {
	background: #fff url(../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	*/

	font-family: "Lucida Grande", arial, helvetica, verdana, sans-serif;
	line-height: 20px;
	font-size: 11px;
	color: #999;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
	min-height: 26px;
	font-family: "Lucida Grande", arial, helvetica, verdana, sans-serif;
	line-height: 20px;
	font-size: 11px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle {
	display: inline;
	color: #999;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
}

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

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

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 26px;
	width: 26px;
	margin-left: 10px;
	outline: none;
	background: transparent url(../images/controls.gif) 0 0;
}

#mbPrevLink {
	background-position: 0 0;
}

#mbPrevLink:hover, #mbPrevLink:active {
	background-position: 0 26px;
}

#mbNextLink {
	background-position: 52px 0;
}

#mbNextLink:hover, #mbNextLink:active {
	background-position: 52px 26px;
}

#mbCloseLink {
	background-position: 26px 0;
}

#mbCloseLink:hover, #mbCloseLink:active {
	background-position: 26px 26px;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
	display: none;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
	display: none;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {
	text-decoration: none;
	color: #ddd;
}

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

#mbError {
	position: relative;
	font-family: "Lucida Grande", arial, helvetica, verdana, sans-serif;
	line-height: 20px;
	font-size: 11px;
	color: #999;
	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;
}