.view {
   width: auto;
   height: auto;
   float: left;
   margin:auto;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: pointer;
   font-family:"Trebuchet MS";
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   margin:0px;
border:5px solid #FFFFFF;
}
.view h2 {
   color: #fff;
   text-align: center;
   font-weight:normal;
   position: relative;
   font-size: 14px;
   padding: 0px;
   background: rgba(0, 0, 0, 0.8);
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 5px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 3px 6px;
   background: #ccc;
   color: #fff;
   font-size:15px;
   text-decoration:none;
}
.view a.info: hover {
   background: #fff;
   color: #000;
   text-decoration:none;
}