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

.gallery_cat_caixa {
	margin-right: 12px;
	margin-bottom: 58px;
	width: 690px;
	height: 190px;
	float: left;
	position: relative;
} 

.gallery_cat_thumb_img {
	width: 690px;
	height: 150px;
	clear: both;
	border: 2px solid #FFF;
	-webkit-box-shadow: 2px 2px 5px #b0b1a0;
  	-moz-box-shadow: 2px 2px 5px #b0b1a0;
  	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cccccc, offX=2, offY=2, positive=true);
}

.gallery_cat_title {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 12px;
	font-weight: bold;
}
.gallery_cat_description { 
	font-size: 14px;
	text-align: center;
	padding-bottom: 21px;
	margin-top: 2px;
	border-bottom: 1px solid #dedfdf;
}


/* LLISTAT */

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

.gallery_caixa {
	margin-right: 15px;
	margin-bottom: 42px;
	width: 160px;
	float: left;
	margin-top: -15px;
} 

.gallery_thumb_img {
	width: 160px;
	height: 120px;
	border: 2px solid #FFF;
	-webkit-box-shadow: 2px 2px 5px #b0b1a0;
  	-moz-box-shadow: 2px 2px 5px #b0b1a0;
  	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cccccc, offX=2, offY=2, positive=true);
}

.gallery_description {
	display: none;
}

.gallery_title {
	width: 160px;
	height: 30px;
	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;
	}
