div.pagingBlockAligner {
	width: 800px;
	margin: 0px auto;
}

div.pagingBlock {
	float: left;
	width: 800px;
	margin: 0px 0px -10px 0px;
}

div.pagingItem {
	position: relative;
	float: left;
	top: -10px;
	left: 0px;
	width: 40px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	background: url(../IMG/featureTab.png) no-repeat;
	cursor: pointer;
}

div.pagingItemSelected {
	position: relative;
	float: left;
	top: -10px;
	left: 0px;
	width: 40px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	background: url(../IMG/featureTabSelected.png) no-repeat;
}