#page1 {
}

.page1 {
	float: left;
	width: 225px;
	height: 600px;
	padding-right: 38px;
}

.pagination {
	text-align: center;
}
.pagination a {
	background: url(/images/pages_asset.png) 0 0 no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 38px 8px 0 0;
	display: inline-block;
	display: none;
}
.pagination a:hover {
	background-position: -18px -0px ;
	cursor: default;
}
.pagination a.selected {
	background-position: -18px -0px ;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
