/* CSS Document */


table {
}

table tr {
	display:block;
	margin-bottom:10px;
	}

table td {
	width:200px;
	}


.image {
	display:block;
	margin-bottom:5px;
	margin-right:10px;
	width:140px;
	height:240px;
	border:1px solid #dddddd;
	background: #eeeeee;
	}
	
.image .caption {
	display:block;
	margin-bottom: 10px;
	padding-top:3px;
	text-align:center;
	font-size:0.85em;
	background: #eeeeee;
	

	}
