.view {
   width: 180px;
   height: 120px;
   margin: 4px;
   float: left;
   border: 2px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: left;
   cursor: default;
   background: #fff url(images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 180px;
   height: 120px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #666;
   font-style: italic;
   text-align: left;
   position: relative;
   font-size: 12px;
   padding-left: 10px;
   padding-right: 10px;
   background: none;
   margin: 2px 0 0 0;
}
.view p {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 11px;
   text-align:left;
   padding-left: 10px;
   position: relative;
   color: #000;
   line-height:14px;
}
