.adminbox-active {
    outline: 1px dotted red;
}

.adminbox {
	position: relative;
	width: 0;
	height: 0;
	float: right;
}

.adminbox .adminactions {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;	
	display: inline;
	white-space: nowrap;
}
.adminbox .adminactions li {
	display: inline-block;
	vertical-align: middle;
}
.adminbox .adminactions a,
.adminbox .adminactions a {
	width: 22px;
	height: 22px;
	display: inline-block;
	float: right;
	background: gray;
}

.adminbox .adminactions .change a {
	background: url('images/change22.png') 0 0 no-repeat;
}

.adminbox .adminactions .delete a {
	background: url('images/delete22.png') 0 0 no-repeat;
}

.adminbox .adminactions a:hover {
	background-position: 0 -22px;
}
.adminbox .adminactions a:active {
	background-position: 0 -44px;
}
.adminbox .adminactions a span {
	display: none;
}
