/* photogallery.css */
@charset "utf-8";

.sfimagesList{
  list-style-type:none;
  -webkit-margin-before:0;
  -webkit-margin-after:0;
  -webkit-padding-start:0
}
.sfimageListItem{
  float:left
}

.gallerySize a > img	{
	width: 176px;
    height: 176px;
} 

.gallerySize	{
    overflow: hidden;
    position: relative;
}

 .galleryThumb	{
    object-fit: cover;
}
.mainGallerySize a > img	{
	height: 120px;	
	width: 176px;
}


.titleGallery	{
/* 	padding: 5px 0 5px 2px; */
}