.paginationjs {
	line-height: 1.6;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size: 14px;
	box-sizing: border-box;
/*	background-color: yellow;*/
	display: flex;
	justify-content: flex-end;
/*	zoom:1.0*/
}



.paginationjs:after {
	display: table;
	content: " ";
	clear: both
}

.paginationjs .paginationjs-pages {
	float: left
}

.paginationjs .paginationjs-pages ul {
	float: left;
	margin: 0;
	padding: 0
}

.paginationjs .paginationjs-nav {
	float: left;
	margin-left: 10px;
	font-size: 14px
}

.paginationjs .paginationjs-pages li {
	float: left;
	border: 0px solid #aaa;
	border-right: none;
	list-style: none;
/*	transition: all 0.2s;*/

}

.paginationjs .paginationjs-pages li>a {
	min-width: 30px;
	height: 28px;
	line-height: 28px;
	display: block;
	background: transparent;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s;

}

/*SECILECEK INDEX*/
.paginationjs .paginationjs-pages li>a:hover {
/*	background: #eee;*/
	border-bottom: 4px solid #FF0097;
	border-radius: 4px;
}

.paginationjs .paginationjs-pages li.active {
	border: none;
}

/*SECILI INDEX*/
.paginationjs .paginationjs-pages li.active>a {
/*
	height: 30px;
	line-height: 30px;
*/
	background: #FF0097;
	border-radius: 4px;
	color: #fff;
	border-bottom: 0px;
}

.paginationjs .paginationjs-pages li.disabled>a {
	opacity: .3
}

.paginationjs .paginationjs-pages li.disabled>a:hover {
/*	background: 0 0;*/
	border-bottom: 0px solid #FF0097;
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child>a {
/*	border-radius: 3px 0 0 3px*/
}

.paginationjs .paginationjs-pages li:last-child {
	border-right: 0px solid #aaa;
/*	border-radius: 0 3px 3px 0*/
}

.paginationjs .paginationjs-pages li:last-child>a {
/*	border-radius: 0 3px 3px 0*/
}