/* CSS3 STYLE GENERIC */
.view2 {
   width: 200px;
   height: 296px;
   //margin: 8px;
   //float: left;
   //width: 100%;
   //height: 100%;
   border: 2px solid #FBEEC1;
   overflow: hidden;
   position: relative;
   text-align: center;
   vertical-align:middle;
   display:flex;
   align-items:center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
}
.view2 .mask2, .view2 .content2 {
   width: 200px;
   height: 296px;
   //width: 100%;
   //height: 100%;
   position: absolute;
   text-align: center;
   overflow: hidden;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
}
.view2 img {
   display: block;
   position: inherit;
   width: 200px;
   height: 296px;
   
}
.view2 a.info2 {
   background:url(../img/search.png); background-repeat:no-repeat; 
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:77px;
   height:77px;
}