@charset "UTF-8";

#photo-holders {
	width: 874px;
	overflow: hidden;
	}

/* PHOTOS
-------------------------------------------*/
	
.photo-holder-square {
	float: left;
	margin-bottom: -1px;
	width: 291px;
	height: 290px;
	border: 1px solid #c4b69e;
	}
	.left {
		border-width: 0 1px 1px 0;
		}
	.center {
		width: 290px;
		border-width: 0 1px 1px 0;
		}
	.right {
		border-width: 0 0 1px 0;
		}
	.photo-holder {
		width: 100%;
		height: 100%;
		}
		.photo-holder td {
			width: 100%;
			height: 100%;
			line-height: 1px;
			text-align: center;
			vertical-align: middle;
			}
			.photo-holder a {
				line-height: 1px;
				outline: none;
				}
				.photo-holder img {
					line-height: 1px;
					border: 1px solid #c4b69e;
					}