.morebutton {
	cursor:pointer;
	background-image: url(images/more-button.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 11px;
	width: 18px;
	position: absolute;
	right: 3px;
	bottom: 3px;
	outline: none;
}
.morebutton.hilite {
	background-position: -18px 0px;
}
