/* CSS3 STYLE GENERIC */
.view {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px #aaa;
    cursor: default;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
}
.view a.info {
    background:url(../img/link.png) center center no-repeat;
    text-decoration: none;
    padding:0;
    margin: 0;
    text-indent:-999px;
    width:100% !important;
    height:100% !important;
    overflow: hidden;
    display: block;
}
