#thickbox * {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

/********************
Overlay e container
********************/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#thickbox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 102;
	text-align: left;
	display: none;
	border: 4px solid #FFF;
	background: #FFF;
}

* html #thickbox { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/********************
Overlay e container
********************/


/********************
Titulo da imagem + Fechar
********************/
#caption {
	padding: 7px 15px;
	overflow: hidden;
	_height: 1px;
	_overflow: visible;
}

#caption h1 {
	font-size: 13px;
	float: left;
	padding-top: 1px;
	width: 80%;
}

#caption a {
	text-indent: -9999px;
	float: right;
	width: 66px;
	height: 22px;
	background: url(images/fechar.png) no-repeat top;
}

#caption a:hover { background-position: bottom; }
/********************
Fim: Titulo da imagem + Fechar
********************/


/********************
Imagem
********************/
#imagelink {
	display: block;
	margin: 0 15px;
}

#load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/********************
Fim: Imagem
********************/


/********************
Navegacao
********************/
#navigation {
	text-align: center;
	padding: 3px 0 7px
}

#navigation strong {
	color: #AAA;
	font-size: 9px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

#anterior {
	padding-left: 14px;
	background: url(images/anterior.png) no-repeat left top;
}

#anterior:hover { background-position: 0 -15px; }

#navigation span {
	margin: 0 20px;
	padding: 0 10px;
	border: 1px solid #555;
	border-width: 0 1px;
}

#proxima {
	padding-right: 14px;
	background: url(images/proxima.png) no-repeat right top;
}

#proxima:hover { background-position: 100% -15px; }

#navigation a:hover {
	color: #222;
	text-decoration: underline;
}
/********************
Fim: navegacao
********************/
