.holder {
	margin: 15px 0;
}

.holder a {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 6px;
     padding-top: 6px !important;

}

.holder a:hover {
    background-color: #222222;
    color: white;
}

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

.navegacion:hover,.holder a.jp-current, a.jp-current:hover { 
    background-color: #222222 !important;
    color: #FFF !important;
    cursor: pointer;
    padding-top: 6px !important;

}

.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 {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }

.itemContainer li{
	float:left !important;
}