

.simpleGalMainImage {
	align: center;
      width: 320px;
      height: 240px;
      margin-bottom: 0.75em;
      vertical-align: middle;
      display: table-cell;
      padding: 5px;
    }
    
.simpleGalMainImage img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	align: center;
	  vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
      padding: 5px;
      border: 1px solid #ccc;
      height: auto;
      background: #fff;
      box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
    }

.simpleGalThumbnails { list-style-type: none; margin: 0; padding: 0; }
.simpleGalThumbnails li { margin: 3px 6px 3px 0; padding: 1px; float: left; width: 59px; height: 45px; text-align: center; border-radius: 10px;}

.simpleGalThumbnails img {
	border-radius: 10px; 
	cursor: pointer;
	width:55px;
	height:40px;
}

.simpleGalMainImage-xl {
	align: center;
	width: 480px;
      height: 300px;
      margin-bottom: 0.75em;
      vertical-align: middle;
      display: table-cell;
      padding: 5px;
}
    
.simpleGalMainImage-xl img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	align: center;
	  vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
      padding: 5px;
      border: 1px solid #ccc;
      height: auto;
      background: #fff;
      box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
}

.simpleGalThumbnails { list-style-type: none; margin: 0; padding: 0; }
.simpleGalThumbnails li { margin: 3px 6px 3px 0; padding: 1px; float: left; width: 59px; height: 45px; text-align: center; border-radius: 10px;}

.simpleGalThumbnails img {
	border-radius: 10px; 
	cursor: pointer;
	width:55px;
	height:40px;
}