ul.photos {
	width: 100%;
	padding: 20px 0px;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}
@media screen and (min-width:767px) {
ul.photos li {
	display: inline;
	width: 22%;
	margin: 20px 1.5%;
	float: left;
}
}
@media screen and (max-width:766px) {
	ul.photos li {
	display: inline;
	width: 47%;
	margin: 10px 1.5%;
	float: left;
}
	ul.photos a.horizontal img, ul.photos a.effectable img{
	padding: 0px!important;
}
}
ul.photos a.horizontal img,ul.photos a.effectable img {
	padding: 10px; width:100%; border: 1px #d8d8d8 solid;
}
ul.photos a.vertical img {
	padding: 0px 15px;
}
ul.photos a{text-decoration:none;}
ul.photos p{line-height: 20px; height: 20px; text-align: center;}