/*--// PAGING \\--*/
.paging {
	float:left;
	clear:both;
	width:100%;
	height:21px;
	line-height:20px;
	margin:5px 0;
	position:relative;}
.paging table {
	margin:0 auto;}	
.paging a {
	float:left;}

.paging .prev,
.paging .next {
	width:23px;
	height:23px;
	padding:0;
	margin-top:1px;
	display:block;
	background:url(../images/paging.png) no-repeat;}
.paging .prev:hover {background-position:left bottom;}
.paging .next {background-position:right top;}	
.paging .next:hover {background-position:right bottom;}	

.paging a {
	font-size:11px;
	padding:0 2px;
	color:#939393;
	text-decoration:none;}
.paging a:hover {
	color:#000;}
.paging .numbers a {
	color:#353535;
	padding:0 3px;}
.paging .current {
	color:#df9300;
	font-weight:bold;
	font-weight:bold;
	text-decoration:underline;
	background:url(../images/starpage.png) no-repeat;}
/*--\\ PAGING CSS //--*/