.photos {
  margin: 2px;
}

.photo {
   text-align:center;
   width:31%;
   height:120px;
  float: left;
  margin: 6px;
}

.photo a {
	text-decoration: none;
	text-transform: none;
	border: none;
	cursor: pointer;
	font-family:Tahoma, Arial, sans-serif;
	font-size:x-small;
}

.photo a:hover,
.photo a:active,
.photo a:focus {
	background:none;
	text-decoration: none;
	text-transform: none;
}


.view-photo a {
	text-decoration: none;
	text-transform: none;
	border: none;
	cursor: pointer;
}

.view-photo a:hover,
.view-photo a:active,
.view-photo a:focus {
	background:none;
	text-decoration: none;
	text-transform: none;
}


