.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 14px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	padding: 0.5em;
	border-radius: 4px;
}

.holder a:hover {
	background-color: #5bc0de;
	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: bold;
}

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

#searchResult {
	min-height: 55em;position: relative;padding-bottom: 5em;
}
#itemContainer {
	width:100%;overflow:hidden;list-style: none;
}
.holder {
	padding:0.8em;width: 100%;text-align: center;border:1px solid #999;position: absolute;bottom:0px;
}


