
div.new_paging{
	/*position: absolute;*/
	margin-top: 16px;
	float: left;
	top: 550px;
	width: 640px;
	font-size:13px;
	line-height:14pt;
}

div.new_paging_full{
	/*position: absolute;*/
	margin-top: 10px;
	float: left;
	top: 550px;
	width: 100%;
	font-size:13px;
	line-height:14pt;
}

.pageBoxLeft {
	padding: 2px;
	margin-right: 22px;
	cursor: pointer;
	color:  #fff;
}

.pageBoxRight {
	padding: 2px;
	margin-left: 12px;
	cursor: pointer;
	color:  #fff;
}

.arrowLeft {
	position: relative;
	top: 4px;
	margin-right: 10px; 
}

.arrowRight {
	position: relative;
	top: 4px;
	margin-left: 10px;
}

.pageBoxGen {
	padding: 2px;
	margin-right: 8px;
	cursor: pointer;
	color:  #fff;
	font-size:13px;
}

#currentPageBox {
	padding: 2px;
	margin-right: 8px;
	color: #fff;
	cursor: pointer;
}

#dotBox {
	padding: 2px;
	margin-right: 8px;
}

#endBox {
	padding: 2px;
	margin-right: 8px;
	color: #fff;
	cursor: default;
}

A.pageLink:link, A.pageLink:visited, A.pageLink:active { 
	text-decoration: none;
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
	font-size:13px;
}

A.pageLink:hover { 
	text-decoration: none;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size:13px;
}



