.indexShow{
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.indexShowBox{
	width: 1000px;
	height: 580px;
	overflow: hidden;
}
.indexShowBox ul{ margin:0px; padding:0px;}
.indexShowBox ul li{}
.indexShowBox ul li a img{}
.indexShowLeft{
	position: absolute;
	left: 50%;
	top: 35%;
	z-index: 100;
	display: inline-block;
	width: 28px;
	height: 50px;
	background: url(sl.png) no-repeat center center;
	margin-left: -500px;
}
.indexShowRight{
	position: absolute;
	right: 50%;
	top: 35%;
	z-index: 100;
	display: inline-block;
	width: 28px;
	height: 50px;
	background: url(sr.png) no-repeat center center;
	margin-right: -500px;
}

