/* CSS3 STYLE GENERIC */
.view {
   width: 100%;
   height: 300px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask, .view .content {
   width: 100%;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
/*.view a.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}*/

.view a.info {
   display: inline-block;
   text-decoration: none;
   padding:0;
   width:100%;
   height:100%;
   
   text-align:center;
   font-weight:400;
   text-transform:uppercase;
   color:#ffffff;
   font-size:20px;
}
