#wrapper {
	
	position: absolute;
	top: 120px;
	left: 350px;	
	border: 2px solid red;
	padding: 5px;
	text-align: center;
	height: 470px;
}

div.paginator-selected {
	background: url('../images/graphics/blue_square.png');
	width: 20px;
	height: 20px;
	text-align: center;
}

div.paginator-selected a {
	color: silver;
	text-decoration: underline;
}


div.paginator-unselected {
	background: url('../images/graphics/silver_square.png');
	width: 20px;
	height: 20px;
	text-align: center;
}

div.paginator-unselected a {
	text-decoration: none;
	color: blue;
}

div.empty-banner {
	width: 468px;
	height: 60px;
	display: block;
}

#pages {
	/*position: relative;*/
}

#pagination {
	border-style: lined; 
	position: absolute;
	top: 440px;
	left: 10px;
	
}

.page-selected {
	/* visibility: visible; */
	position: relative;
	/* display: block; */
	top: 10px;
}

.page-unselected {
	/* visibility: hidden; */
	position: relative;
	/* display: none; */
	top: 10px;
}
