.view {
   width: 234px;
   height: 485px;
   float: left;
   overflow: hidden;
   position: relative;
   cursor: default;
   /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
}
.view .mask,.view .content {
   width: 234px;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
}
.view p {
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   width:65px; height:65px; margin-top:130px; margin-left:70px;
   background:url(/images/SiteLayout/Detayicon.png) no-repeat top center;
}
.view a.info:hover {
}