/*   wsy CSS    */
.lunbobt{
	position: relative;
}
.lunbobt .hd{
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.lunbobt .hd a.next{
	position: absolute;
	right: 0;
	top: 200px;
	background: url(../images/rightarrow.png) no-repeat;
	width: 42px;
	height: 69px;
	cursor: pointer;
}
.lunbobt .hd a.prev{
	position: absolute;
	left: 0px;
	top: 200px;
	background: url(../images/leftarrow.png) no-repeat;
	width: 42px;
	height: 69px;
	cursor: pointer;
}
.lunbobt img{
	width: 720px;
}