.pagination p{  
    margin:0;  
	cursor:pointer;
	margin-top: 8px !important;	
}  
.pagination{  
	height:20px;  
	padding:10px 0px !important; 
	margin-left:15px !important;
	margin-bottom:10px !important;
}  
.pagination a{  
	display:block;  
	float:left;  
	margin-right:10px;  
	padding:0px 10px !important;   
	height:20px !important;  
	border:1px #cccccc solid;  
	background:#fff;  
	text-decoration:none;  
	color:#808080;  
	font-size:14px !important;  
	line-height:20px !important;  
	margin-top: 8px !important;
}  
.pagination a:hover{  
	color:#077ee3;  
	background: white;  
	border:1px #077ee3 solid;  
}  
.pagination a.cur{  
	border:none;  
	background:#077ee3;  
	color:#fff;  
}  
.pagination p{  
	float:left;  
	padding:0px 12px;  
	font-size:14px !important;  
	height:20px !important;  
	line-height:20px !important;  
	color:#bbb;  
	border:1px #ccc solid;  
	background:#fcfcfc;  
	margin-right:8px;  

}  
.pagination p.pageRemark{  
	border-style:none;  
	background:none;  
	margin-right:0px;  
	padding:10px 0px !important;  
	color:#666;
	float:right !important;
	margin-right:15px !important;
}  
.pagination p.pageRemark b{  
	color:red;  
}  
.pagination p.pageEllipsis{  
	border-style:none;  
	background:none;  
	padding:4px 0px;  
	color:#808080;  
}  
.dates li {font-size: 14px;margin:20px 0}  
.dates li span{float:right} 