div.pload1{	background:url(../img/paging/bg.gif) no-repeat;margin-left:-9000px;}
div.pload2{	background:url(../img/paging/bg_over.gif) no-repeat;margin-left:-9000px;}
div.pload3{	background:url(../img/paging/left.gif) no-repeat;margin-left:-9000px;}
div.pload4{	background:url(../img/paging/left_over.gif) no-repeat;margin-left:-9000px;}
div.pload5{	background:url(../img/paging/right.gif) no-repeat;margin-left:-9000px;}
div.pload6{	background:url(../img/paging/right_over.gif) no-repeat;margin-left:-9000px;}
div.pload7{	background:url(../img/paging/left_edge.gif) no-repeat;margin-left:-9000px;}
div.pload8{	background:url(../img/paging/right_edge.gif) no-repeat;margin-left:-9000px;}

div.paging {
	float:left;
	background:#ffffff;	
	width:100%;
	margin-top:20px;
}
div.paging div.pager_inner {
	text-align:center;
}
div.paging div.pager_inner_text {
	text-align:center;
	margin: 3px;
	font-weight: normal;
	border: none;
	clear: both;
	color:#999999;
	font-size:11px;
}
div.paging a,
div.paging a:visited 
{
	display:inline-block;
	/*background:url(../img/paging/bg.gif) center center no-repeat !important;*/
	text-decoration:none;
	/*padding:7px 9px 6px 10px;*/
	padding:5px 0px 0px 0px;
	font-size:11px;
	color:#ff9900;
	width:25px;
	height:20px;
}
	
div.paging a.pager_over{
	/*background:url(../img/paging/bg_over.gif) center center no-repeat !important;*/
	color:#ee4611;
	text-decoration:none;
}
div.paging a.pager_active {
	/*background:url(../img/paging/bg_over.gif) center center no-repeat !important;*/
	color:#ee4611;
	text-decoration:underline;
}
div.paging a.pager_left_edge {
	background:url(../img/paging/left_edge.gif) center center no-repeat !important;
}
div.paging a.pager_right_edge {
	background:url(../img/paging/right_edge.gif) center center no-repeat !important;
}
div.paging a.pager_left{
	background:url(../img/paging/left.gif) center center no-repeat !important;
}
div.paging a.pager_left_over {
	background:url(../img/paging/left.gif) center center no-repeat !important;
}
div.paging a.pager_right {
	background:url(../img/paging/right.gif) center center no-repeat !important;
}
div.paging a.pager_right_over {
	background:url(../img/paging/right.gif) center center no-repeat !important;
}
