
/*----- SIMPLE ------*/

.paginationSimple {}
.paginationSimple p.counter {margin-left:200px;margin-right:200px;padding:0;text-align:center;}



/*----- EPSILON ------*/

.pagination {float:right;}
.pagination ul {float:left;margin:0;padding:0;}
.pagination ul li {float:left;font-size:11px;list-style:none;margin:0 3px 0 0;padding:0;}
.pagination ul li a {background: #2D2D2D url(/img/pagination/act.png) repeat-x;border:1px solid #FFFFFF;}
.pagination ul li.active {background: #2D2D2D url(/img/pagination/act.png) repeat-x;border:1px solid #FFFFFF;color:#FFCC00;display:block;float:left;font-weight:bold;margin:0 3px 0 0;padding:3px 10px;}
.pagination ul li.more {color:#606060;display:block;float:left;margin:0;padding:12px 9px 0 7px;}
.pagination ul a:link, .pagination a:visited {color:#FFFFFF;display:block;float:left;padding:3px 10px;text-decoration:none;}
.pagination ul a:hover {background: #565656 url(/img/pagination/hov.png) repeat-x;border:1px solid #FFFFFF;}


.pagination ul li a.rightOne {background: url(/img/pagination/rightOne.png) repeat-x scroll center center;border:1px solid #FFFFFF;height:20px;width:8px;}
.pagination ul li a.rightOne:hover {background: url(/img/pagination/rightOneHover.png) repeat-x scroll center center;border:1px solid #FFFFFF;height:20px;width:8px;}

.pagination ul li a.leftOne {background: url(/img/pagination/leftOne.png) repeat-x scroll center center;border:1px solid #FFFFFF;height:20px;width:8px;}
.pagination ul li a.leftOne:hover {background: url(/img/pagination/leftOneHover.png) repeat-x scroll center center;border:1px solid #FFFFFF;height:20px;width:8px;}

.pagination ul li a.rightTwo {background: url(/img/pagination/rightTwo.png) repeat-x scroll center center;border:1px solid #FFFFFF;height:20px;width:8px;}
.pagination ul li a.rightTwo:hover {background: url(/img/pagination/rightTwoHover.png) repeat-x scroll center center;border:1px solid #FFFFFF;height:20px;width:8px;}

.pagination ul li a.leftTwo {background: url(/img/pagination/leftTwo.png) repeat-x scroll center center;border:1px solid #FFFFFF;height:20px;width:8px;}
.pagination ul li a.leftTwo:hover {background: url(/img/pagination/leftTwoHover.png) repeat-x scroll center center;border:1px solid #FFFFFF;height:20px;width:8px;}
