.holder a {
    font-family: 'oswaldbook';
    font-size: 1.4em;
    margin-right: 15px;
    transition: all 0.2s linear 0s;
    color: #323232;
    text-decoration: none;
}
.holder {
	background: none repeat scroll 0 0 #d4d4d4;
	height: 30px;
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
.holder ul{
	list-style: none;
}
.holder ul li{
	display: inline;
}
/*
.holder ul li.principal_paginacao{
	width: 70px;
	height: 10px;
	font-size: 20px;
	padding: 10px 10px;
	text-align: center;
	letter-spacing: 1px;
	color: #3a3a3a;
	float: left;
	margin-right: 5px;
	font-family: 'frutiger_extra_black_cnRg';
}*/

.aholder a {
	float: left;
	padding: 12px 5px;
	text-align: center;
	font-size: 18px;
	color: #585858;
	margin-right: 5px;
	text-decoration: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-weight: bold;
}

.holder a:hover {
	color: #009e55;
	cursor: pointer;
}

.holder a.jp-previous { cursor: pointer;
	margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; cursor: pointer;}

.holder a.jp-current, a.jp-current:hover { 
	/*color: #FF4242;
	font-weight: bold;*/
	color: #00853e;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	/*color: #bbb;*/
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
}

.holder span { margin: 0 5px; }

#left{
	cursor: pointer;
}
#right{
	cursor: pointer;
}