/* CSS Document */
/* Pager
------------------------------------------------------------*/
.itemHide {
	display: none !important;
}
.pagerControl {
	position: relative;
	width: 100%;
}
.pagerControl .pageList {
	text-align: center;
	overflow: hidden;
	color: #a9a9a9;
}
.pagerControl .pageList li {
	font-size: 16px;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	margin: 0 3px;
	pointer-events: auto;
	cursor: pointer;
}
.pagerControl .current {
	background-color: #f5f2e9 !important;
	pointer-events: none !important;
	font-weight: bold;
}
.pagerControl .pageList li a {
	color:#a9a9a9;
	padding: 10px 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pagerControl .pageList li.current a{
	color:#555;
}