.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #088A85;
    font-weight: bold;
    font-family: 'Arial Black';
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #088A85;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}



.imgcon{position:relative;}

.imnav {
color: #000000;
  
opacity:0.9;display:none;position:absolute;left:0px;width:100%;height:100%;}

.imgcon:hover .imnav{display:inline-block;}
.prim{float:left;height:100%;width:33%;background:url('http://i59.tinypic.com/294s94i.gif')left center no-repeat;}
.zmim{float:left;height:100%;width:34%;background:url('#')center center no-repeat;}
.neim{float:left;height:100%;width:33%;background:url('http://i62.tinypic.com/2cqfqxf.gif')right center no-repeat;}