/*----- SIMPLE ------*/

.paginationSimple {
}
.paginationSimple p.counter {
	margin-left:200px;
	margin-right:200px;
	padding-top:15px;
	padding-bottom:0;
	text-align:center;
}
/*----- EPSILON ------*/

.pagination {
	clear:both;
	width:100%;
	margin-top:30px;
        position: relative;
        display: block;
}
.pagination ul {
	margin:0;
	padding:0;
}
.pagination ul li {
	float:left;
	font-size:26px;
	list-style:none;
	margin:0 2px 0 0;
	line-height:100%;
}
.pagination ul li.active {
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:normal;
	margin:0;
        margin-right: 2px;
	padding:0;
	width: 61px;
        height: 61px;
        line-height: 60px;
        background-color: #282828;
        text-align: center;
}
.pagination ul li.more {
	display:block;
        width: 61px;
        height: 61px;
        background: url(/img/pagDots.png) left top no-repeat;
	margin-right:2px;
	padding:0;
        text-indent: -5000px;
}
.pagination ul a:link, .pagination a:visited {
	color:#fff;
	display:block;
        width: 61px;
        height: 61px;
        line-height: 60px;
	float:left;
	padding:0;
	text-decoration:none;
        background-color: #CCCCCC;
        font-size: 26px;
        text-align: center;
        font-weight: normal;
}
.pagination ul a:hover {
	color:#fff;
        background-color: #282828;
}
.pagination ul li.first a {
	background:url(/img/pagFirst.png) left top no-repeat;
	color: #fff;
	padding: 0;
	text-align: center;
	width: 61px;
        height: 61px;
	margin-right:1px;
	border:none;
	margin-left:0px;
        text-indent: -5000px;
}
.pagination ul li.previous a {
	background:url(/img/pagPrev.png) left top no-repeat;
	color: #fff;
	padding: 0;
	text-align: center;
	width: 61px;
        height: 61px;
	margin-right:1px;
	border:none;
	margin-left:0px;
        text-indent: -5000px;
}
.pagination ul li.last a {
	background:url(/img/pagLast.png) left top no-repeat;
	color: #fff;
	padding: 0;
	text-align: center;
	width: 61px;
        height: 61px;
	margin-right:1px;
	border:none;
	margin-left:0px;
        text-indent: -5000px;
}
.pagination ul li.next a {
	background:url(/img/pagNext.png) left top no-repeat;
	color: #000000;
	padding: 0;
	text-align: center;
	width: 30px;
        height: 30px;
	margin-right:1px;
	border:none;
	margin-left:0px;
        text-indent: -5000px;
}
.pagination ul li.first a:hover, .pagination ul li.previous a:hover, .pagination ul li.last a:hover, .pagination ul li.next a:hover {background-position: bottom;}
.pagination ul li.next, .pagination ul li.last, .pagination ul li.previous, .pagination ul li.first{border:none; padding:0; margin:0;}
.pagination ul li.last{ float: right;
    position: absolute;
    right: 0;
    top: 0;}
.pagination ul li.first{ float: left;
    position: absolute;
    left: 0;
    top: 0;}
.pagination ul li.centralLi{/*width: 315px; display: block; margin: 0 auto; float: none;*/  margin: 0;
    width: 100%;}


.pagination ul li ul{ display: table;
    margin: 0 auto;
    min-width: 185px;
}
.pagination ul li ul li{   display: table-cell;
    vertical-align: middle;}
.pagination ul li ul li.more{display: table-cell;}




@media (max-width: 767px) {
	.pagination ul li{ font-size: 13px;}
        .pagination ul a:link, .pagination a:visited{ width: 31px; height: 31px;line-height: 30px; font-size: 13px;}
        .pagination ul li.more{width: 31px; height: 31px; background: url("/img/pagDotsSmall.png") no-repeat left top;}
        .pagination ul li.active{width: 31px; height: 31px;line-height: 30px;}
        .pagination ul li.first a{width: 31px; height: 31px; background: url("/img/pagFirstSmall.png") no-repeat left top}
        .pagination ul li.last a{background: url("/img/pagLastSmall.png") no-repeat left top; width: 31px; height: 31px;}
        .pagination ul li ul{ display: table;margin: 0 auto;min-width: 165px;}
}

@media (max-width: 537px) {
	
}

