div.paginationControl
	{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}

div.paginationControl table {margin:auto;}

div.paging
{
	padding:2px;
	width:16px;
	height:16px;	
	margin-right:3px;
	text-align:center;
	background:url('../images/default/paging.png') top left no-repeat;
	cursor:pointer;
}





div.pagingSelected
{
	padding:2px;
	width:16px;
	height:16px;	
	margin-right:3px;
	text-align:center;
	background:url('../images/default/paging-over.png') top left no-repeat;
	cursor:pointer;
	color:#e2d2d2;
	font-weight:bold;
}

.paginationControl .paginationControl {
	float:right;
	padding-top:6px;
	
}
.paginationControl .pagingPrev{
	height:11px;
	width:73px;
	margin-top: 2px;
	background:url(/public/images/default/pl/nextPrev.gif) bottom left no-repeat;
	float:left;
	text-indent:-9999px;
	
}
.paginationControl .pagingPrev:hover{
	cursor:pointer;
	background-position:top left;
	
}

.paginationControl .pagingNext{
	float:right;
	height:11px;
	width:70px;
	margin-top: 2px;
	text-indent:-9999px;
	background:url(/public/images/default/pl/nextPrev.gif) bottom right no-repeat;
}
.paginationControl .pagingNext:hover{
	cursor:pointer;
background-position:top right;
}


