/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_secondLine {}
#TB_secondLine span.num {display:none;}

#TB_titulo {
	position:absolute;
	top:8px;
	left:12px;
	color:#666666;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#TB_window {
	position: absolute;
	background: url(../img/bgr_modal_fotos.jpg) #DFDAC4 top left repeat-x;;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	padding-bottom:10px;
	border:1px solid #FFFFFF;
}

#TB_window #comFotos {padding:46px 12px 12px 12px;}

#TB_window img {}

#TB_caption{
	background:#E5E3D7;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	margin:15px 0 0 0;
	overflow-x:auto;
	_height:1%;
	padding:5px;
}

#TB_closeWindow{
	position:absolute;
	top:0;
	right:0;
	background:url(../img/btn_close.gif) top left no-repeat;
}

#TB_closeWindow a{	
	display:block;
	width:15px;
	height:15px;
}

#TB_closeAjaxWindow{
	position:absolute;
	top:5px;
	right:8px;
	background:url(../img/btn_close.gif) top left no-repeat;
}
#TB_closeAjaxWindow a {
	display:block;
	width:24px;
	height:23px;
}

#TB_ajaxWindowTitle{
	position:absolute;
	top:8px;
	left:12px;
}

#TB_title{}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{}

#TB_load{
	position: absolute;
	display:none;
	height:19px;
	width:220px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{margin-top:35px;}

#TB_next{
	float:right;
	width:118px;
	height:25px;
}
.idioma_1 #TB_next{ background:url(../img/btn_imageview_proxima_imagem_1.gif) top left no-repeat;}
.idioma_2 #TB_next{ background:url(../img/btn_imageview_proxima_imagem_2.gif) top left no-repeat;}
.idioma_3 #TB_next{ background:url(../img/btn_imageview_proxima_imagem_3.gif) top left no-repeat;}

#TB_next a {
	display:block;
	width:118px;
	height:25px;
}

#TB_prev{
	float:left;
	width:122px;
	height:25px;
}
.idioma_1 #TB_prev{	background:url(../img/btn_imageview_imagem_anterior_1.gif) top left no-repeat;}
.idioma_2 #TB_prev{	background:url(../img/btn_imageview_imagem_anterior_2.gif) top left no-repeat;}
.idioma_3 #TB_prev{	background:url(../img/btn_imageview_imagem_anterior_3.gif) top left no-repeat;}

#TB_prev a {
	display:block;
	width:122px;
	height:25px;
}
#TB_separador{
	clear:both;
	margin-bottom:15px;
}