#altlabel {
	float: left;
	text-align: right;
	height: 20px;
	padding: 0 56px 0 0;
	}
#alternateview {
	float: left;
	clear: left;
	margin: 0 0 10px 0;
	font-size: 10px;
	}
#alternateview ul {
	float: right;
	margin: 0 0 0 -56px;
	padding: 0;
	width: 56px;
	height: 20px;
	}
#alternateview li {
	display: inline;
	}
.listerview span {
	float: left;
	background:url("/images2/btn-altview-list-full.gif") no-repeat top left;
	width: 28px;
	height: 20px;
	}
.squareerview span {
	float: left;
	width: 28px;
	height: 20px;
	background:url("/images2/btn-altview-square-full.gif") no-repeat top left;
	}
.squareerview span:hover, .squareerview span img {
	background-position: 0% -21px;
	cursor: pointer;
	}
.listerview span:hover, .listerview span img {
	background-position: 0% -21px;
	cursor: pointer;
	}