.view {
   overflow: hidden;
   position: relative;
   cursor: default;
}
.view .mask, .view .content, .view .mask-gallery {
   width: 210px;
   height: 178px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view .mask-gallery {
   width: 293px;
   height: 176px;
}
.view img {
   display: block;
   position: relative;
   max-width:293px;
}
.view a.zoom { width:210px; height:178px; display:block; }
.view a.zoom-gallery { width:293px; height:176px; display:block; }
.view a.zoom img {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   margin:0 0 0 90px;
}
.view a.zoom-gallery img { margin:0 0 0 130px; }
.view a.zoom-gallery img { display:none\9; }
.view a.more-news img { margin:0 0 0 300px; }