.gallery_cat_caixa {
	width: 240px;
	float: left;
	height: 160px;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
} 

.gallery_cat_thumb {
	border: 1px solid #000;
	padding: 1px;
	width: 230px;
	height: 100px;
	}
.gallery_cat_thumb_img {
	width: 230px;
	height: 100px;
}

.gallery_cat_title {
	width: 230px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	margin-top: 5px;
	font-size:16px;
	text-transform:uppercase;
}
.gallery_cat_description {
	display: none;
	}

/* LLISTAT */

.gallery_list {
	margin-top: 25px;
}

.gallery_caixa {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 100px;
	float: left;
	height: 170px;
	font-size: 10px;
} 

.gallery_thumb {
	border: 1px solid #000;
	padding: 1px;
	width: 100px;
	height: 100px;
	}
.gallery_thumb_img {
	width: 100px;
	height: 100px;
	border: 0px;
}

.gallery_description {
	display: none;
}

.gallery_title {
	width: 100px;
	height: 60px;
	text-align: center;
	overflow: hidden;
	margin-top: 5px;
}

.gallery_boto_caixamodul {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}



/* PAGINADOR */

.paginador {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

