/*             Control TEXTURES section
        (see also detail.css for DETAIL pages,
       and gallery.css for TEXTURE_GROUP pages.)
  
        TEXTURES and SLUMPED SERIES page items
================================================= */
#textures-area, #slumped-area {
	position: absolute;
	top: 94px;
	left: 35px;
	width: 660px;
	margin: 0;
	padding: 0;
}
.texture-detail, .slumped-detail {
	float: left;
	position: relative;
	height: 141px;
	width: 330px;
}
.texture-detail a, .slumped-detail a {
	text-decoration: none;
	color: #000000;
}
.texture-detail-image, .slumped-detail-image {
	float: left;
	height: 92px;
	width: 92px;
	padding: 0 10px 0 0;
}
.texture-detail-image img, .slumped-detail-image img {
	border: none;
	outline-width: 0;
}
.texture-description, .slumped-description {
	float: left; 
	height: 92px;
	width: 200px;
	margin: 0 20px 0 0;
	display: table;
}
.texture-description-cell, .slumped-description-cell {
	display: table-cell;
	vertical-align: middle;
}
.section-info a {
	font-style: normal;
	color: #329592;
	text-decoration: none;
}
