.gallery_cat_list { 
	margin-top: 30px;
	display: block;
	overflow: auto;
}

.gallery_cat_caixa {
	margin-right: 18px;
	margin-bottom: 22px;
	width: auto;
	float: left;
	overflow: hidden;
	text-align: center;
} 

.gallery_cat_thumb {
	width: 570px;
}
.gallery_cat_thumb_img {
	width: 570px;
	height: 150px;
}

.gallery_cat_title {
	color:#4C73BD;
	font-size:14px;
	font-weight: normal;
	text-align: center;
}

.gallery_cat_title a {
	color:#4C73BD;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}

.gallery_cat_description {
	display: none;
}


/* LLISTAT */

.gallery_list {
	margin-top: 40px;
	display:block;
}

.gallery_caixa {
	margin-right: 40px;
	margin-bottom: 30px;
	width: 100px;
	float: left;
	margin-top: -15px;
} 

.gallery_thumb_img {
	width: 100px;
	height: 85px;
	border: 0px;
}

.gallery_description {
	display: none;
}

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

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



/* PAGINADOR */

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

