.gallery_boto_caixamodul {
	width: auto;
	height: 26px;
	background-color: #dddddd;
	margin-top: 33px;
	}


/*CATEGORIES */

.gallery_cat_list {
	background-image: url(images/separador_galeries.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 15px;
	margin-top: 20px;
	}


.gallery_cat_caixa {
	background-image: url(images/separador_galeries.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 20px;
	overflow: auto;
	margin-bottom: 10px;
	}
.gallery_cat_thumb {
	float: left;
	width: 413px;
	margin-right: 25px;
	}
.gallery_cat_thumb_img {
	width: 413px;
	height: 143px;
	border: 3px 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: 16px;
	padding-top: 25px;
	font-weight: bold;
	}
	
.gallery_cat_description {
	margin-top: 10px;
	}
	
/* DETALL */


.gallery_list {
	padding-top: 15px;
	margin-top: -10px;
	}
	
.gallery_caixa {
	float: left;
	width: 284px;
	margin-right: 22px;
	}
	
.gallery_thumb {
	float: left;
	width: 284px;
	margin-right: 14px;
	margin-left: 9px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.gallery_thumb_img {
	width: 284px;
	height: 212px;
	border: 3px 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_title {
	font-size: 14px;
	text-align: center;
	color: #e2001a;
	font-weight: bold;
	}
	
.gallery_description {
	text-align: center;
	overflow: hidden;
	height: 19px;
	}
