body{
	margin:0px;
	background-color:transparent;
}

#numBtn{
	position:absolute;
	padding:0;
	margin:0;
}

#numBtn li{
	width:11px;
	height:11px;
	font-size:11px;
	font-family:Verdana;
	text-align:center;
	line-height:11px;
	float:left;
	list-style:none;
	margin-right:8px;
	background:url('/images/out.png');
	text-indent:-2000px;
	display:none;


}
#numBtn li {
	cursor:hand;
}

#numBtn .numBtnOver {
	background:url('/images/over.png');
	display:none;
}