.view {
  background: url("../images/bg.jpg");
   width: 200px;
   height: 132px;
   margin: 3px;
   float: left;
   overflow: hidden;
   position: relative;
   cursor: default;
}
.view .mask,.view .content {
   width: 200px;
   height: 135px;
   position: absolute;
   overflow: hidden;
   text-align: center;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   background: url("../images/bg.jpg");
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 15px;
   font-family: 'PT Serif Caption', serif;
   padding: 3px;
   background: rgba(0, 0, 0, 0.8);
   margin: 2px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 2px 3px 3px;
   text-align: center;
}
.view a.info {
   background: url("../images/bg.jpg");
   display: inline-block;
   padding: 2px 3px 2x 2 px ;
   color: #AAB4B9;
   font-family: 'PT Serif Caption',serif;
   font-size: 14px;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
  }
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
