#imagebox {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 0 0 10px;
	background-color: white;
}
#imagebox table, #imagebox td {
	font-size: 0px;
	padding: 0;
	margin:0;
	border-collapse:collapse;
}
#imagebox a, #imagebox a:visited {
	float: left;
	width: 60px;
	height: 80px;
	margin: 10px 40px 10px 0;
	padding: 0;
	border: 0 none;
	text-decoration: none;
	color: white;
}

#imagebox a.last, #imagebox a.last:visited {
	margin: 10px 0 10px 0;
	padding: 0;
}

#imagebox a em{
	display:none;
}
#imagebox a:active em, #imagebox a:focus em{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index: 500;
}
#imagebox em img {
	border-left: 190px solid white;
	border-right: 190px solid white;
}
#imagebox a:active, #imagebox a:focus {
	height:0; 
	width:0; 
	border:0;
}
#imagebox a:active em, #imagebox a:focus em {
	height:0; 
	width:0; 
	padding:0; 
	margin:0; 
	border:0;
}

