/* 正常页码的样式 */
.PageNumberButtonNormal {
	color:black;
}
.PageNumberButtonMouseOver {
	cursor:hand;
	color:red;
}
.PageNumberButtonMouseOut {
	color:black;
}
/* 为当前页码的样式 */
.ActivedPageNumberButtonNormal {
	color:red;
}
.ActivedPageNumberButtonMouseOver {
	cursor:hand;
	color:blue;
}
.ActivedPageNumberButtonMouseOut {
	color:red;
}
.PageNavigatorSkin {
	background-image:url(skin.gif);
}
/* 页导航按纽样式 */
.NextNavigatorNormal {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:8px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.NextNavigatorMouseOver {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:0px -7px;
	width:8px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.NextNavigatorMouseOut {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:0px -14px;
	width:8px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.FollowNavigatorNormal {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:-15px 0px;
	width:8px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.FollowNavigatorMouseOver {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:-15px -7px;
	width:8px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.FollowNavigatorMouseOut {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:-15px -14px;
	width:8px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.LastNavigatorNormal {
	display:inline;
	font-size:0px;  
	background-repeat:no-repeat;
	background-position:-31px 0px;
	width:9px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.LastNavigatorMouseOver {
	display:inline;
	font-size:0px;  
	background-repeat:no-repeat;
	background-position:-31px -7px;
	width:9px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.LastNavigatorMouseOut {
	display:inline;
	font-size:0px;  
	background-repeat:no-repeat;
	background-position:-31px -14px;
	width:9px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.FirstNavigatorNormal {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:-48px 0px;
	width:9px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.FirstNavigatorMouseOver {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:-48px -7px;
	width:9px;
	height:7px;
	cursor:hand;
	zoom:1;
}
.FirstNavigatorMouseOut {
	display:inline;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:-48px -14px;
	width:9px;
	height:7px;
	cursor:hand;
	zoom:1;
}
