﻿.paging_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
}
.pgnormalleft{
	background-image:url(../images/paging/paging.png);
	background-repeat:no-repeat;
	background-position:0px -23px;
	height:23px;
	cursor:pointer;
}
.pgnormaltrail{
	background-image:url(../images/paging/paging.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:23px;
	padding-top:0px;
	line-height:0px;
	margin-left:9px;
	padding-right:9px;
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
}
.pgfont{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#333333;
	line-height:19px;
	font-size:10px;
	text-shadow:#FFF 0px 1px 0px;
	white-space:nowrap;
}
.pgselectedleft{
	background-image:url(../images/paging/paging.png);
	background-repeat:no-repeat;
	background-position:0px -69px;
	height:23px;
}
.pgselectedtrail{
	background-image:url(../images/paging/paging.png);
	background-repeat:no-repeat;
	background-position:right -46px;
	height:23px;
	padding-top:0px;
	line-height:0px;
	margin-left:9px;
	padding-right:9px;
	display:-moz-inline-box;
	display:inline-block;
}
.pgnext{
	background-image:url(../images/paging/pgnext.png);
	background-repeat:no-repeat;
	cursor:pointer;
	width:53px;
	height:23px;
}
.pgprevious{
	background-image:url(../images/paging/pgprevious.png);
	background-repeat:no-repeat;
	cursor:pointer;
	width:71px;
	height:23px;
}

.pglast{
	background-image:url(../images/paging/pglast.png);
	background-repeat:no-repeat;
	cursor:pointer;
	width:56px;
	height:23px;
}
.pgfirst{
	background-image:url(../images/paging/pgfirst.png);
	background-repeat:no-repeat;
	cursor:pointer;
	width:56px;
	height:23px;
}