ul.sfimagesTmbList {
  list-style-type: none; 
  margin: 0; padding: 0;
}

/* Adjust these to change the way the gallery works in various screen sizes */

@media (min-width: 500px) {ul.sfimagesTmbList li {padding: 10px; float: left; width: 33%;} }

@media (max-width: 499px) {ul.sfimagesTmbList li {padding: 5px; float: left; width: 50%;} }

ul.sfimagesTmbListli img {
  margin: 0 auto; 
}

ul.sfimagesTmbList a {
  text-decoration: none;
}

.fancybox-content {
	border:none;	
}