.box {
	margin: 10px 0 10px 0;
	overflow: hidden;
	position: relative;
	float: left;
}
.box img {
	position: absolute;
	width: 320px;
	height: 400px;
}
.box p {
	text-align: center;
	padding: 1px;
	color: #fff;
}
.box h3 {
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a8a09d;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.box ul {
	/*list-style-type: disc;
	list-style-position: inside;*/
	text-align: center;
}
.right {
	left: 94px;
}
.caption {
	float: left;
	position: absolute;
	top: 90%;
	background: #2b2422;
	height: 50%;
	width: 320px;
	opacity: .8;
    /* For IE 5 to 7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

