#photoGrid {}
#photoGrid .cell {
	float: left; 
	margin: 0;
	width: 194px; height: 194px;
	text-align: center;
	vertical-align: middle;
}

#photoGrid .cell img {margin-top: 35px; width: 180px; height: 120px; border: 2px solid #333;}
#photoGrid .cell a:hover img {border-color: #C12728;}

/* Vertical Images/Thumbs */
#photoGrid .cell.vertical img {margin: 0; width: 120px; height: 180px;}
