.actbox
{
	position: relative;
	background-color: #e6e6e6;
	padding:3px;
}


#av1, #abl, #atr, #abr
{
	position: absolute;
	width: 10px;
	height: 10px;
	color: #e6e6e6;
	background:#fff;
	overflow: hidden;
	font-style: normal;
	z-index: 1;
}


#av1
{
	top: 0;
	left: 0;
}

#abl
{
	bottom: 0;
	left: 0;
}

#atr
{
	top: 0;
	right: 0;
}

#abr
{
	bottom: 0;
	right: 0;
}


.actbox em b
{
	position: absolute;
	font-size: 75px;
	font-family: arial;
	line-height: 20px;
	font-weight: normal;
}


#av1 b
{
	left:-4px;
	color:#e6e6e6;
	
}

#atr b
{
	left:-12px;
	color:#e6e6e6;
}

#abl b
{
	left:-4px;
	top:-9px;
	color:#e6e6e6;
}

#abr b
{
	left:-13px;
	top:-9px;
	color:#e6e6e6;
	/* border:1px solid #333; */
}

