/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#imagebox
 {
text-align: left;
font-weight: normal;
font-size: 19px;
color: #000000;
text-decoration: none;

}


#imagebox a:link
 {color: #666666;}
#imagebox a:visited
{color: #666666;}
#imagebox a:hover
{color: #000;}
#imagebox a:active
{color: #666666;}
#imagebox a:focus
{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#imgTB_overlay {
	position: fixed !important;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack
 {background: url(/images/screenshots/style/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


#imagebox
 {
	position: fixed !important;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	padding: 0 0 20px;
}


#imagebox img#imgTB_Image
 {
	clear: both;
	display:block;
	margin: 0 0 15px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#imgTB_caption
{
	height:25px;
	padding:10px 30px 0 25px;
	float:left;
text-align: left;
font-weight: normal;
font-size: 19px;
color: #000000;
text-decoration: none;
}


#imgTB_closeWindow
{
	height:25px;
	padding:13px 5px 8px 0;
	float:right;
	font-size: 11px;
	clear: none;
	margin-top: -30px;
}

#imgTB_title
{
	background-color:#e8e8e8;
	height:27px;
}


#imgTB_load
{
	position: fixed !important;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}


#imgTB_closeWindowImageButton
{
	border:none;
}

a#imgTB_closeWindowButton
{
text-decoration: none;
}

#imgTB_closeWindowButton div
{
font-size: 14px;
}

.zoomIn
{
	cursor: url(/images/thickbox/zoomin.cur), default;
}

.zoomOut
{
	cursor: url(/images/thickbox/zoomout.cur), default;
}

.captioncenter
{
font-size: 12px;
width: 80%;
text-align: center;
margin-top: 17px;
padding-right: 20%;
}

.closelink a
{
text-decoration: none;
font-size: 12px;
}

.closelink
{
float: right;
margin-top: -14px;
margin-right: 5px;
}