/*  download by http://www.codefans.net  */
.view {
   width: 282px;
   height: 200px;
   margin:6px;
   float: left;
  
   overflow: hidden;
   position: relative;
   text-align: center;
  
   cursor: default;
}
.view .mask, .view .content {
   width: 282px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background: url(../images/fd.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:57px;
   height:57px;
}