/* CSS3 STYLE GENERIC */
.view {
  /* width: 300px;
   height: 200px;*/
   width:100%;
   height:160px;
   margin: 2%;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 100%;
   height: 160px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:100px;
   height:100px;
   background-color:#;
}

@media only screen and (max-width: 1024px)
{
.view {
    width: 100%;
    height: 160px;
    margin: 2%;
    float: left;
    border: 5px solid #FFF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px #AAA;
    cursor: default;
}	
	}
	
@media only screen and (max-width: 800px)
{
.view {
    width: 100%;
    height: 160px;
    margin: 2.5%;
    float: left;
    border: 5px solid #FFF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px #AAA;
    cursor: default;
}	}
@media only screen and (max-width: 480px){
.view {
    width: 100%;
    height: 160px;
    margin: 2.6%;
    float: left;
    border: 5px solid #FFF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px #AAA;
    cursor: default;
}}

@media only screen and (max-width: 420px)
{
.view {
    width: 100%;
    height: 160px;
    margin: 4% 10%;
    float: left;
    border: 5px solid #FFF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px #AAA;
    cursor: default;
}	}