#gCatView img {
  width: 205px;
}
#gCatView .item {
    overflow: hidden;
    width: 205px;
    height: 205px;
    position: relative;
    display: inline-block;
}
#gCatView .item .cover {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
/*    background: rgba(0,48,86,0.5);*/
    background: #003056;
    opacity: 0.8;
    display: none;
}
#gCatView .item:hover .cover {
    display: block;
}
#gCatView .item .icon {
  background: url("../images/zoom-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  bottom: 0;
  height: 60px;
  position: absolute;
  width: 100%;
}
#gCatsView .items a {
  display: inline-block;
  height: 205px;
  margin: 2px;
  overflow: hidden;
  width: 205px;
  
  position: relative;
  color: #FFFFFF;
  font-family: 'wof_Temas';
  text-align: center;
  text-shadow: 1px 1px 1px #003056;
  font-size: 30px;
}
#gCatsView .items a .cover {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #003056;
    opacity: 0;
    display: block;
}
#gCatsView .items a .title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  display: block;
  padding: 40% 0 0;
  text-align: center;
}
#gCatsView .items {
    text-align: center;
}