.holder {
	width: 100%;
	font-family: sans-serif;
	margin-top: 3%;
	float: left;
	text-align: center;
	margin-bottom: 3%;
	margin-top: 5%;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	color: #02548e;
	text-decoration: none;
	font-size: 14px;
	padding-bottom: 1%;
	padding-top: 1%;
	padding-right: 15px;
	padding-left: 15px;
	background-color: white;
}

.holder a:hover {
	background-color: #02548e;
	color: #fff;
	padding-bottom: 1%;
	padding-top: 1%;
}


.holder a.jp-current, a.jp-current:hover { 
	color: white;
	font-weight: bold;
	background-color: #02548e;
}

.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; 
	
}

.holder span { 
	margin: 0;
 }


#itemContainer{
	height: auto;
}

.jp-next{
	border-radius: 0px 10px 10px 0px;
}

.jp-previous{
	border-radius: 10px 0px 0px 10px;
}