  .list-eventos-3 a.next,
  .list-eventos-3 a.prev {
    background-image: url('../images/nav.png');
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    margin: -20px 0 0;
    top: 50%; 
    z-index: 10; 
    cursor: pointer;   
  }

  .list-eventos-3.hotsite a.prev {    
    background-position: 0% 0%; 
    left: 2.5%; 
  }
  .list-eventos-3.hotsite a.next {  
    background-position: 100% 0%;  
    right: 2.5%; 
  }

  .list-eventos-3.home a.prev {    
    background-position: 0% 0%; 
  }
  .list-eventos-3.home a.next {  
    background-position: 100% 0%;  
  }

  .list-eventos-3  .pagination {
    width: 100%; 
    position: absolute; 
    bottom: -26px; 
    text-align: center;
    z-index: 999;
  }
  .list-eventos-3  .pagination a {
    background: transparent url('../images/bullets.png') bottom left no-repeat; 
    cursor: pointer; 
    width: 17px;
    height: 16px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .list-eventos-3  .pagination a.selected {
    background-position: top left;
    cursor: default;
  }
  .list-eventos-3  .pagination a span {
    display: none;
  }

  @media (max-width: 1039px) {
    .list-eventos-3.home a.prev {   
      left: 0;
    }
    .list-eventos-3.home a.next {  
      right: 0;
    }
  }

  @media (min-width: 1040px){
    .list-eventos-3.home a.prev {   
      left: -30px;
    }
    .list-eventos-3.home a.next {  
      right: -30px;
    }
  }