/* CSS3 STYLE GENERIC */
.view {
   width: 388px;
   height: 240px;
   margin: 10px;
   float: left;
 
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
   background-image: linear-gradient(#bdb29e, rgba(189, 178, 158, 0)), linear-gradient(#bdb29e, rgba(189, 178, 158, 0));
    background-position: 0 0px, 100% 0;
    background-repeat: no-repeat;
    background-size: 5px 100%;
    border-bottom: 5px solid #bdb29e;
	border-top: 5px solid #bdb29e;
    margin: 0px auto;
	margin-right:22px;
	margin-bottom:22px;
    padding: 0px 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    
}
.view .mask, .view .content {
   width: 384px;
   height: 240px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
  
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
