.gallery {}
.gallery .table {
	display: table;
	width: 90%;
	border-bottom: solid 1px #bbb;
}

.gallery .table:last-child {
	border: none;
}

.gallery .table-cell {
	display: table-cell;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	padding: 30px 0;
}

.gallery .table:last-child .table-cell {
	padding: 30px 0 0 0;
}

.gallery .table-cell img {
	margin-bottom: 10px;
	border: solid 1px #aaa;
	padding: 4px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #888;
}

.gallery .arrow {
	width: 100%;
	background: transparent url(../getmedia/dab91811-5a44-49e3-b25c-c6c48e3a5008/arrow.aspx) no-repeat center 100px;
}