/* ######################################################### */
/*                         GALLERIES                         */
/* ######################################################### */

/* LIST */
.galleriesList {
	clear: both;
	width: 100%;
}

.galleriesList span.data {
	font-size: 12px;
}

.galleriesListImages {
	width: 100%;
}

article .galleriesListImages img {
	width: 23%;
	border: none;
	margin: 1%;
}

.galleriesList .line {
	clear: both;
	background: transparent url(../images/1x1px_888888.gif) repeat-x center;
	padding: 20px 0px;
}

/* SINGLE */
.galleriesSingle {
	width: 100%;
}

.galleriesSingle p.data {
	font-size: 12px;
}

article .imagesGallery img {
	width: 22.2%;
	border: none;
	margin: 1%;
}

/* ####################################################### */
/*                         GENERAL                         */
/* ####################################################### */
span.pages {
	color: #54534a;
}