/*--------------------------
LAYOUT DE CONTEÚDO DA GALERIA
--------------------------*/

/* Miolo da galeria - layout 1 */
#gallery_content_h {
	margin: 10px 0px 10px 0;
	float: none;
	* float: left;
	display: table;
	* display: block;
}

/* Miolo da galeria - layout 2 */
#gallery_content_v {
	float: left;
	/*
	background-image: url(../icon/i_div_v.gif);
	background-position: right;
	background-repeat: repeat-y;
	*/
	margin-top: 10px;
	width: 150px;
	padding-right: 3px;
	margin-right: 3px;
	border-right: 1px dotted #CCCCCC;
	
}

/*--------------------------
OUTRAS GALERIAS (CAPAS)
--------------------------*/

/* Lista de outras galerias (vertical) */
#gallery_other_list_h {
	background-color: #EFEFEF;
	margin: 10px 0 10px 10px;
	float: right;
	width: 158px;
}

/* Lista de outras galerias (horizontal) */
#gallery_other_list_v {
	clear: both;
	background-color: #EFEFEF;
	margin-top: 10px;
	width: 100%;
}

.gallery-other-title {
	display: block;
	background-color: #555555;
	padding: 4px 0 0 4px;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.gallery-other-cat {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

/* Bullets */
/* Para o "UL" - retira o espao que  criado para o contedo diretamente superior (similar a <P> */
#gallery_other_list_h ul, #gallery_other_list_v ul {
	margin-top: 1px;
	margin-bottom: 7px;
}

/* Para o bullet - retira o espao  esquerda criado */
#gallery_other_list_h li, #gallery_other_list_v li {
	font: 11px Tahoma;
	list-style-image:  url(../icon/i_bullet.gif);
	margin-bottom: 2px;
	margin-left: 20px;
}

/*--------------------------
DESCRIÇÃO DA GALERIA NAS CAPAS
--------------------------*/
/* Título */
#gallery_content_h h5, #gallery_content_v h5 {
	clear: both;
	height: 18px;
	padding: 4px 0 0 4px;
	margin: 0 0 3px 0;
	background-color: #D8D8D8;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.gallery_div {
	height: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #CCCCCC;
	clear:both;
}

/* Foto + crédito */
#gallery_picture {
	color: #999999;
	float: left;
	text-align: right;
	margin-bottom: 3px;
	font-size: 10px;
	width: 150px;
}

/*  Textos de descrição */
#gallery_desc_txt {
	color: #767676;
	font-size: 10px;
	float: left;
	display: table;
	padding-left: 5px;
	width: 160px;
	*width:auto;
}

.gallery_desc_title {
	color: #555555;
	font-size: 11px;
}

#gallery_desc_txt a {
	font-weight: bold;
	font-size: 12px;
}

/*--------------------------
CABEÇALHO, RODAPÉ E BARRA DAS PÁGINAS DE GALERIAS
--------------------------*/
#gallery_header, #gallery_footer {
	background-color: #EFEFEF;
	height: 21px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	color: #555555;
	margin-top: 10px;
	font-size: 11px;
}

#gallery_header img, #gallery_footer img {
	float: right;
}

#gallery_bar {
	background-color: #F2F2F2;
	height: 22px;
	color: #555555;
	font-size: 10px;
}

#gallery_bar img {
	padding: 3px 6px 0 6px;
	float: left;
}

/*--------------------------
TABELA DE FOTOS
--------------------------*/
.gallery-table {
	width:100%;
}

.gallery-table td {
	padding-bottom: 10px;
}

.gallery-table #gallery_picture {
	float: none;
	margin: 0px;
	width: 150px;
	padding: 0px;
}

td.gallery-table-div {
	width:1px;
	padding: 0px 3px 0px 3px;
	border-left: 1px dotted #CCCCCC;
	display:block;
}

td.gallery-table-div img {
	width: 1px;
}

#gallery_subt {
	background-color: #F2F2F2;
	padding: 4px;
	margin-top: 3px;
	width: 142px;
	font-size: 10px;
}

/*--------------------------
TEXTO DO TOPO PARA SLIDESHOW
--------------------------*/
#gallery_text {
	margin-top: 5px;
}

#gallery_text ul {
	margin-top: 1px;
	margin-bottom: 7px;
}

/* Para o bullet - retira o espao  esquerda criado */
#gallery_text li {
	font-size: 11px;
	list-style-image:  url(../icon/i_bullet.gif);
	margin-bottom: 2px;
	margin-left: 20px;
}