a.seebox span {
	display: none;
}

div.seeboxDiv  {
	position: absolute;
	z-index: 100;
}

div.seeboxDiv img {
	position: relative;
	z-index: 5;
	vertical-align: bottom;
}

div.seeboxDiv div.description {
	background: #000;
	padding: 0 10px;
	font-size: 10px;
	font-family: verdana, tahoma, helvetica, 'dejavu sans', serif;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 3;
	text-align: center;
	visibility: hidden;
	height: 20px;
	line-height: 20px;
	width: 10px;
	overflow: hidden;
}

div.seeboxDiv #shadow1 {
	position: absolute;
	z-index: 2;
	left: -21px;
	top: -21px;
	background: url('seebox.png') no-repeat;
}

div.seeboxDiv #shadow2 {
	position: absolute;
	z-index: 2;
	right: -21px;
	width: 43px;
	top: -21px;
	background: url('seebox.png') -1957px 0 no-repeat;
}

div.seeboxDiv #shadow3 {
	position: absolute;
	z-index: 2;
	left: -21px;
	bottom: -21px;
	height: 43px;
	background: url('seebox.png') 0 -1457px no-repeat;
}

div.seeboxDiv #shadow4 {
	position: absolute;
	z-index: 2;
	right: -21px;
	bottom: -21px;
	height: 43px;
	width: 43px;
	background: url('seebox.png') -1957px -1457px no-repeat;
}