/* mediaboxAdvanced - black theme */

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

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

#ttmbOverlay.ttmbOverlayIE {
	background: transparent url(../images/50.gif) repeat;
}

#ttmbCenter, #ttmbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.ttmbLoading {
	background: #000 url(../images/WhiteLoading.gif) no-repeat center;
}



#ttmbImage {
	position: absolute;
	left: 0;
	top: 0;
	
	border: 7px solid #fff;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;background: rgb(228,236,199);
	padding: 7px;
	color: #000;
	text-align: left;
}

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

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

#ttmbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #000;
	text-align: left;
	border: 7px solid #fff;
	border-top-style: none;
	padding: 0 7px 0 7px;
}

#ttmbTitle {
	display: block;
	color: #000;
	font-weight: bold;
	line-height: 15px;
	font-size: 11px;
	margin: 3px 0;

}

#ttmbNumber {
	display: none;
	color: #ccc;
	line-height: 14px;
	font-size: 10px;

}

#ttmbCaption {
	display: none;
	color: #999;
	font-size: 10px;
}

#ttmbPrevLink, #ttmbNextLink, #ttmbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	margin: 3px 0;
	outline: none;
}

#ttmbPrevLink {
	background: transparent url(../images/MinimalPrevious.png) no-repeat center;
}

#ttmbNextLink {
	background: transparent url(../images/MinimalNext.png) no-repeat center;
}

#ttmbCloseLink {
	background: transparent url(../images/MinimalClose.png) no-repeat center;
}

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