.simplePagerNav{
	float:left;
}
ul.paging{
	margin-bottom:10px;
	padding-left:10px;
}
ul.paging li{
    margin-bottom: 2px;
    list-style-type:none;
}
ul.paging a{
	color:#fff;
	text-decoration: none;
}
ul.paging a:hover{
	color:#850000;
}

ul.paging2{
	margin-bottom:10px;
	padding-left:10px;
}
ul.paging2 li{
    margin-bottom: 2px;
    list-style-type:none;
}
ul.paging2 a{
	color:#fff;
	text-decoration: none;
}
ul.paging2 a:hover{
	color:#850000;
}

.pag-previous{
	background-image: url(../images/left-arrow.png);
	background-repeat: no-repeat;
	display:block;
	width:8px;
	height:7px;
	float:left;
}
.pag-next{
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	display:block;
	width:8px;
	height:7px;
	float:left;
}
ul.simplePagerNav{
	
}

ul.simplePagerNav li{
    display:block;
    floaT: left;
    text-decoration: none;
}

ul.simplePagerNav li a{
	padding:2px;
	margin:2px;
	background-color:#282828;
    color:#fff;
    text-decoration: none;
    border:1px solid gray !important;
    display:block;
}

li.currentPage {
/*
	background-color:black;
	color: #ff0000;
	*/
}

ul.simplePagerNav li.currentPage a {
	color: #ff0000;	
	background-color:black;
	display:block;
}
