#imagebox {
	margin:0;
	padding:0;
}

#imagebox ul {
	list-style:none;
	margin:0;
	padding:0;
}

#imagebox ul li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 5px;
	position: relative;
}

#imagebox a span {
	display: none;
}

#imagebox a:hover span {
	display: block;
	position: absolute;
	top: -33px;
	left: -10px;
	z-index: 1;
}

#imagebox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	width: 100px;
	height: 75px;
}

#imagebox span img {
	border-color: #000;
	width: 200px;
	height: 150px;
}
