.view {
   width: 263px;
   height: 263px;
   margin-right: 20px;
    margin-bottom: 20px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: left;
   cursor: default;

}


.viewright {
   width: 263px;
   height: 263px;
   margin-right: 20px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: left;
   cursor: default;

}


.view .mask,.view .content {
   width: 263px;
   height: 263px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   font-family: 'Oswald', Arial, sans-serif !important;
   line-height: 130%;
   font-weight: normal;
   text-shadow: none;
   color: #fff;
   text-align: left;
   position: relative;
   font-size: 26px;
   margin: 30px 0 0 20px;
}

.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 20px 20px 20px 20px;
   text-align: left;
}
.view a.info { 
   display: block;
   background-image: url(plus.png); 
   width: 24px; 
   height: 24px; 
   margin-left: 20px;
   position: absolute;
   bottom: 20px;
   right: 20px;
   }

  
