
/*
article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }
*/

#page-wrap {
	width: 904px;
	margin: 0 auto;
	position: relative;
}


figure img {
	width: 221px;
	height: 361px;
	display: block;
}

/*-----------------------------------------*/

a.photo {
	color : #fff;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 22px;
	margin-left : 0px;
	margin-top : 0px;
	text-decoration: none;
	text-align: center;
 }
 a.photo:hover {
 color : #FFf;
 margin-left : 0px;
 margin-top : 0px;
 text-decoration: underline;
 text-align: center;
 }

figure { 
  display: block; 
  position: relative; 
  float: left; 
  overflow: hidden; 
  margin: 0 5px 20px 0;
}
figcaption {
	width: 222px;
	position: absolute;
	background-color: rgba(52,31,14,0.8); /*rgba(0,0,0,0.75)*/
	color: white;
	padding: 10px 20px;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease; /*all 0.6s ease*/
}
figure:hover figcaption {
  opacity: 0.95; /*1*/
}
figure:before {
	content: "?"; /*?*/
	position: absolute;
	font-weight: 800;
	background: rgba(255,255,255,0.75);
	text-shadow: 0 0 5px white;
	color: black;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius:    12px;
	border-radius:         12px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	-moz-transition: all 0.6s ease;
	opacity: 0.75;
}
figure:hover:before {
  opacity: 0;
}

.cap-bot:before {
	bottom: 10px;
	left: 10px;
}
.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; } 
