/* 代码整理：时代JavaNowJava.com */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px Georgia, serif;
}
#page-wrap {
	width: 240px;
	margin: 20px auto;
	position: relative;
}
a {
	text-decoration: none;
	color: black;
}
.image-link {
	display: block;
	width: 240px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
}
#one {
	background: url(../images/1.jpg) no-repeat;
	z-index: 2;
}
#two {
	background: url(../images/2.jpg) no-repeat;
}
#three {
	background: url(../images/3.jpg) no-repeat;
}
#four {
	background: url(../images/4.jpg) no-repeat;
}
#one span {
	position: absolute;
	left: 0;
	bottom: -35px;
}
#two span {
	position: absolute;
	left: 0;
	bottom: -65px;
}
#three span {
	position: absolute;
	left: 120px;
	bottom: -35px;
}
#four span {
	position: absolute;
	left: 120px;
	bottom: -65px;
}
.image-link span {
	width: 109px;
	display: block;
	height: 19px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}
.image-link:hover {
	z-index: 100;
}
.image-link:hover span {
	background: #ccc;
}
