@charset "utf-8";
/* 代码提供：时代Java（NowJava.com） 转载请注明出处 nowjava.com */
	* {
	margin: 0;
	padding: 0;
}
body {
	padding: 40px;
	background: #eee;
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
h1 a {
	color: #000;
}
#stage {
	width:400px;
	text-align: center;
	margin: 50px auto;
	position: relative;
}
#stage img {
	position: absolute;
}
#next, #previous {
	width: 29px;
	height: 43px;
}
#previous {
	background: url(../images/prev-button.png) top left no-repeat;
}
#next {
	background: url(../images/next-button.png) top left no-repeat;
}
/* 代码提供：时代Java（NowJava.com） 转载请注明出处 nowjava.com