@charset "utf-8";
.yx-rotaion {
	margin: 0 auto;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.yx-rotation-focus {
	position: absolute;
	height: 0px;
	line-height: 0px;
	right: 50%;
	bottom: 20px;
	z-index: 2;
	margin-right: -30px;
}
.yx-rotation-focus span {
	width: 12px;
	height: 12px;
	line-height: 12px;
	float: left;
	margin-left: 5px;
	position: relative;
	top: 0px;
	cursor: pointer;
	background: url(../../images/ico.png) no-repeat;
	display: block;
	background-position: left bottom;
	text-indent: -9999px
}
.yx-rotation-focus span.hover {
	background-position: -12px bottom;
}
.rotaion_list li {
	width:100%;
	height: 500px;
}
.rotaion_list li a {
	display: block;
	width:100%;
	height: 500px;
	background-position: center top;
}