.pagination {
	width: 100%;
	margin: 10px 0;
}

.holder {
    margin: 5px auto;
    display: block;
    text-align: center;
    position: absolute;
    right: 0px;
    margin-top: -5px;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 1px;
	padding: 3px 6px;
	color: #E83C26;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.holder a:hover {
	background-color: #0074C7;
	color: #fff
}

.holder a.jp-previous {
	margin-right: 15px
}

.holder a.jp-next {
	margin-left: 15px
}

.holder a.jp-current,
a.jp-current:hover {
	color: #FF4242;
	font-weight: 700
}

.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: #F4F4F4
}

.holder span {
	margin: 0 5px
}

.holder {
	margin: 5px auto;
	display: block;
	text-align: center
}

.holder a {
	font-size: 13px;
	cursor: pointer;
	margin: 2px;
	color: #000;
	font-family: 'Titillium Web', sans-serif;
}

.holder a:hover {
	background-color: #35b283;
	color: #fff;
	text-decoration: none
}

.holder a.jp-previous {
	margin-right: 0;
	padding-left: 18px;
}

.holder a.jp-previous:hover {
	color: #35b283;
	background: none;
}

.holder a.jp-next {
	margin-left: 0;
	padding-right: 18px;
}

.holder a.jp-next:hover {
	color: #35b283;
	background: none;
}

.holder a.jp-current,
a.jp-current:hover {
	color: #fff;
	font-weight: 400;
	background: #35b283;
	text-decoration: none
}

.holder a.jp-disabled,
a.jp-disabled:hover {
	color: #000;
	background: none
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
	cursor: default
}

.holder span {
	margin: 0 5px
}

#itemContainer {
	min-height: inherit!important;
	height: auto!important;
}