.kc-wrapx {
	top: -15px;
	background-position: center 45%;
	clear: both;
}
.dataTables_length{display:none!important;}
.dataTables_filter{display:none;}
/* CSS for item wrapper */
.kc-item {
	position: absolute;
	width: 188px;
	height: 250px;
}
/* CSS for images inside item wrapper */
.kc-item img {
	position: absolute;
	pointer-events: none;   /* Make images non-selectable. */
	width: 100%;             /* Make images expand to wrapper size (used in 2d modes). */
}
#nav-buts {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.nav-but-left, .nav-but-right {
	font-family: arial;
	width: 32px;
	height: 28px;
	border: 2px solid #ccc;
	background-color: #444;
	border-radius: 5px;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
	padding-top: 0px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	cursor: pointer;
}
.nav-but-left:hover, .nav-but-right:hover {
	background-color: #666;
}