#navigators {
	clear:both;
	text-align:center;
	padding-top:20px;
	margin-left:180px;
}
#navigators a {
	text-decoration:none;
}
#navigators ul {
	list-style:none;
}
#navigators ul li {
	float:left;
	margin-right:10px;
	padding:0;
	background:none;
}
#navigators ul li a#back_result {
	background:url(/mmp/Internet/images/bullets_icons/bt_minus.gif) no-repeat bottom;
	float:left;
	font-size:0;
	width:5px;
    height:7px;
	padding:3px;
}

#navigators ul li a#forward_result {
	background:url(/mmp/Internet/images/bullets_icons/bt_plus.gif) no-repeat center;
	float:left;
	font-size:0;
	width:5px;
    height:7px;
	padding:3px;
}
