@media(min-width:5px){
.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	min-width: 19px;
    height: 19px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-weight: 100;
    color: #327CBB;
}

.holder a:hover {
	background-color: #327CBB;
	color: #FFF;
	text-decoration:underline;
}

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

.holder a.jp-current, a.jp-current:hover { 
	font-weight: bold;
	background-color: #327CBB;
	color: #FF4242;
	text-decoration:underline;
}

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

.holder a.jp-current, 
a.jp-current:hover,
a.jp-disabled:hover {
	cursor: default; 
	background: #327CBB;
	color:#FFF;
}

.holder span { margin: 0 5px; }

.holderDentist {
	margin: 15px 0;
}

.holderDentist a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	min-width: 19px;
    height: 19px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-weight: 100;
    color: #327CBB;
}

.holderDentist a:hover {
	background-color: #327CBB;
	color: #FFF;
	text-decoration:underline;
}

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

.holderDentist a.jp-current, a.jp-current:hover { 
	font-weight: bold;
	background-color: #327CBB;
	color: #FF4242;
	text-decoration:underline;
}

.holderDentist a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holderDentist a.jp-current, 
a.jp-current:hover,
a.jp-disabled:hover {
	cursor: default; 
	background: #327CBB;
	color:#FFF;
}

.holderDentist span { margin: 0 5px; }
}