/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #150D0A;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background:#150D0A none;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(/library/images/background-mediabox.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	margin-top:10px;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #BFB6B1;
}
#mbBottomContainer {
	margin-top:-30px;
	background-color:transparent;
}

.mbLoading {
	background: #BFB6B1 url(/library/images/ajax-loader.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #BFB6B1;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

#mbBottom {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border-top-style: none;
	position:relative;
	height:25px;
	margin-left:35px;
}
#mbTitle, #mbNumber, #mbCaption { display:none; }

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 21px;
	width: 21px;
	margin: 0;
	outline: none;
}

a#mbPrevLink:link, a#mbPrevLink:visited {
	width: 21px;
	height:21px;
	overflow:hidden;
	position:absolute;
	right:50px;
	background: transparent url(/library/images/button-sqeezebox-left.png) no-repeat;
	_background: transparent url(/library/images/button-sqeezebox-left.gif) no-repeat;
	background-position:0px 0px;
}
a#mbNextLink:link, a#mbNextLink:visited {
	width: 21px;
	height:21px;
	overflow:hidden;
	position:absolute;
	right:0px;
	background:transparent url(/library/images/button-sqeezebox-right.png) no-repeat;
	_background: transparent url(/library/images/button-sqeezebox-right.gif) no-repeat;
	background-position:0px 0px;
}

a#mbCloseLink:link, a#mbCloseLink:visited {
	width: 21px;
	height:21px;
	overflow:hidden;
	position:absolute;
	right:25px;
	background:transparent url(/library/images/button-sqeezebox-close.png) no-repeat;
	_background:transparent url(/library/images/button-sqeezebox-close.gif) no-repeat;
	background-position:0px 0px;
}
a#mbCloseLink:hover, a#mbNextLink:hover, a#mbPrevLink:hover {
	background-position:0px -21px;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 3px solid #BFB6B1;
	padding: 20px 10px 30px;
	margin: auto;
}



/* tool tips */
body .ptooltips {
	margin-left:5px;
	margin-top:-50px;
	background:transparent url(/library/images/background-tooltip-black.png);
	_background:#000000 none;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
	position:relative;
	z-index:20000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
body .ptooltips .tip-title { padding:15px; font-size:11px; }
body .ptooltips .tip-text { display:none; }
body .ptooltips .tip-title { color:#FFFFFF; font-size:11px; }
