/* CSS3 STYLE GENERIC */
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   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: 300px;
   height: 200px;
   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;
        text-decoration: none;
        padding: 0;
        /*text-indent: -9999px;*/
        width: 90%;
        height: 100px;
        position:absolute;
        top:-33px!important;
        left:5%!important;
       background-position:125px;

    }


    /*.effect img
    {
        -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
          width:100%;
    }
    .effect
    {
        -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
          width:100%;
          overflow:hidden;
    }

     .effect:hover img
    {
      width:400px;
      max-width:400px;
      height:400px;
    }

    .column*/