#paginacao-conteudo {
    white-space: nowrap;
    overflow: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;
    margin: 25px auto; display: table;   
}
.meiopg {
    margin: 0 auto; float: left; margin-left: 10px;
}

.capsula {
	display: inline-flex;
    font-family: sans-serif;
}

.caixaPag {
	width: 40px; height: 40px;
    background-color: #fff; border-radius: 5px;
    font-family: arial; font-size: 15px; font-weight: bold; color: #8C8C8C; line-height: 40px; text-align: center;
    margin-right: 10px;
    cursor: pointer;
	padding:0;
	border: 1px solid #292929;
}

.ic-pagina-at {
    background-color: #292929; color: #fff;
    border-radius: 5px;
}

.btleft, .btright {
    width: 130px; height: 42px;
    cursor: pointer; float: left;
	background-color: #292929; border-radius: 5px;
	color: #FFF; text-align: center; line-height: 42px; 
}


/*----- RESPONSIVO - PAGINAÇÃO -----*/
@media screen and (max-width: 625px) {
    .btleft, .btright {display: none;}
}