.pim-hidden{
	display: none;
}

.pim-more{
	text-align: center;
	font-size: 15px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 5px 0px 20px;
	margin-top: 15px;
	margin-bottom: 15px;

	
}

.pim-more .showmore{
	
}

.pim-more a.showmore:after{
	content: "\f078";
	font-family: FontAwesome;
 	font-size: 15px;
    left: -60px;
    position: relative;
    top: 18px;
}

a[data-zoom-id], .mz-thumb, .mz-thumb:focus{
    display: table-cell !important;
    outline: none;
    background: #fff;
    width: 100px;
    height: 72px;
    overflow: hidden;
    border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
	float: left;
	line-height: 72px !important;
      text-align: center;
}

a[data-zoom-id] img, .mz-thumb img, .mz-thumb:focus img{
  max-height: 92px;
}