
.simplePagerContainer{
	/*width:304px;*/
	position:relative;
	float:left;
	padding:0px;
}

#newsMenu UL.simplePagerNav  {
	margin:0;
	padding:0;
	width:304px;
	height:15px;
	padding:2px;
	font-size:10px;	
	background-color:#c5dee8;
	/*overflow: hidden;*/
	position:relative;
	float:left;


}

#newsMenu UL.simplePagerNav LI {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	width:13px;
	text-align:center;
}


#newsMenu UL.simplePagerNav LI A{
    color: #333;
    text-decoration: none;
	background:url() no-repeat center bottom;
	padding:2px;

}

#newsMenu UL.simplePagerNav LI.currentPage {
	background: red;
	background: #a2b9c3;
}

#newsMenu UL.simplePagerNav LI.currentPage A {
	color: #fff;	
	background:url() no-repeat center bottom;
}



