ul.simplePagerNav{
	clear:both;
	overflow:visible;
	font-size:1.5em;
}

ul.simplePagerNav li{
    display:block;
    floaT: left;
	line-height:1.5em;
    font-family: georgia;
	padding:0 2px;
}

ul.simplePagerNav li a{
    color: #eeeeee;
    text-decoration: none;
	padding:0 4px;
}


ul.simplePagerNav li.currentPage a {
	color: #333333;
	background: #eeeeee;
	line-height:1.5em;
}
      

ul.paging  li.sticky {
	background-color: red !important;
	display: block !important
}