.box {
	margin: 10px 0 10px 0;
	overflow: hidden;
	position: relative;
	float: left;
}
.box img {
	position: absolute;
	width: 320px;
	height: 400px;
	padding: 0px;
}
.box p {
	text-align: center;
}

/*.box a:visited {
	text-decoration: none;
	color: #781704;
}
.box a:hover {
	text-decoration: none;
	color: #680704;
}*/

.box h3 {
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.box ul {
	/*list-style-type: disc;
	list-style-position: inside;*/
	text-align: center;
	padding: 0;
}
.right {
	left: 94px;
}
.caption {
	float: left;
	position: absolute;
	top: 90%;
	background: #d0d0d0; /* avant 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)";
}
.caption a {
	font-weight: bold;
}