p.piece-title {
	font-weight:300;
	font-size:10px;
	letter-spacing:.05em;
	line-height:25px;
	margin-bottom:2px;
	margin-left:-2px;
	padding-left:5px;
	padding-right:5px;
	color:#333;
	font-style:italic;
	text-align:center;
}

p.piece-collection {
	font-weight:300; 
	font-size:10px; 
	letter-spacing:.05em; 
	line-height:20px; 
	margin-bottom:1px; 
	margin-left:-2px; 
	color:#333; 
	text-align:center;
}

p.piece-media {
	font-size:6px; 
	font-weight:900; 
	margin-bottom:20px; 
	letter-spacing:.1em; 
	line-height:8px; 
	color:#999; 
	text-align:center;
}

p.piece-title-alternate {
	font-weight:300;
	font-size:16px;
	letter-spacing:.05em;
	margin-top:0;
	margin-bottom:2px;
	margin-left:-2px;
	color:#333;
	padding-left:3%;
	text-align:center;
}

p.piece-collection-alternate {
	font-weight:300; 
	font-size:10px; 
	letter-spacing:.05em; 
	line-height:20px; 
	margin-bottom:1px; 
	margin-left:-2px; 
	color:#333; 
	padding-left:3%;
	text-align:center;
}

p.piece-media-alternate {
	font-size:6px; 
	font-weight:900; 
	margin-bottom:20px; 
	letter-spacing:.1em; 
	line-height:8px; 
	color:#999; 
	padding-left:3%;
	text-align:center;
}

p.piece-introduction-text {
	font-size:10px;
	font-weight:300;
	line-height:15px;
	padding-left:3%;
	padding-right:3%;
	border-top: thin solid #e9e9e9;
	padding-top:10px;
}

@media screen and (min-width: 980px) {
.top-image {
	width:70%;
	height:620px;
	float:left;
}

#image {
	width:100%;
	height:88%;
	border-bottom:thin solid #e9e9e9;
	padding-top:10px;
	padding-bottom:10px;
}

.image-text {
	width:100%;
	height:12%;
}

#previous-button {
	width:7%;
	height:100%;
	float:left;
	text-align:center;
}

#description-text {
	width:86%;
	height:100%;
	float:left;
	text-align:center;
}

#next-button {
	width:7%;
	height:100%;
	float:right;
}

.thumbnails {
	width:30%;
	height:560px;
	float:left;
	float:left;
	padding-top:10px;
}


@media screen and (max-width: 979px) {
#previous-button {
	width:7%;
	height:100%;
	float:left;
}
#next-button {
	width:7%;
	height:100%;
	float:right;
}



}

@media screen and (max-width: 500px) {

}