/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
img
{
border:0
}
#thick_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
}
#thick_Popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: auto;
}
#thick_container_box {
	padding: 10px 0px 0px 0px; 
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#thick_container {
	display:none;
	padding: 0px 0px;
}
#thick_loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#thick_container_data_box {
	display:none;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0px 10px 0px 10px;
	color: #666; 
}
#thick_btnClose  {
	width: 66px; 
	float: right;
	padding-bottom: 10px;	
	cursor:pointer;
}
#thick_caption { 
	font-weight: bold;
	float: left;
	text-align: left;
	position:relative;
	padding: 5px 0px 5px 0px;
  }
  
#TB_prev,#TB_next{
position:absolute;
}