@charset "utf-8";
.control_link {
	position: absolute;
	z-index: 9999;
	height: auto;
	width: 80px;
	left: -70px;
	top: 410px;
}
.linkhome a{
	display: block;
	height: 80px;
	width: 80px;
	background-image: url(../image/home.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.linkhome a:hover {
	background-image: url(../image/home-down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.linkpre a{
	display: block;
	height: 80px;
	width: 80px;
	background-image: url(../image/previous.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.linkpre a:hover {
	background-image: url(../image/previous-down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
