@charset "utf-8";
div.indexmaindiv {
	margin: 0px auto;
	width: 1200px;
}

div.indexmaindiv div.playerstyles {
	width: 168px;
	height: 44px;
}

div.indexmaindiv1 {
	margin-top: 25px;
	overflow: hidden;
}

div.indexmaindiv1 div.stylesgoleft {
	float: left;
	width: 21px;
	height: 28px;
	background: url('../image/arrowhead.png') no-repeat left top;
	margin: 30px 5px 0px 0px;
	cursor: pointer;
}

div.indexmaindiv1 div.stylesgoleft:hover {
	float: left;
	width: 21px;
	height: 28px;
	background: url('../image/arrowhead.png') no-repeat left -28px;
	margin: 30px 5px 0px 0px;
	cursor: pointer;
}



div.indexmaindiv1 div.playerdetail div.detailimg {
	width: 281px;
	height:83px;
}

div.indexmaindiv1 div.playerdetail div.detailimg img {
	width: 281px;
	height:83px;
}







div.indexmaindiv1 div.stylesgoright {
	float: left;
	width: 21px;
	height: 28px;
	background: url('../image/arrowhead.png') no-repeat left -56px;
	margin: 30px 0px 0px 15px;
	cursor: pointer;
}

div.indexmaindiv1 div.stylesgoright:hover {
	float: left;
	width: 21px;
	height: 28px;
	background: url('../image/arrowhead.png') no-repeat left -84px;
	margin: 30px 0px 0px 15px;
	cursor: pointer;
}

/*滚动*/
div.maindiv1 {
	float: left;
	width: 1130px;
	height: 83px;
	overflow: hidden;
	position: relative;
}

div.maindiv1 ul {
	position: absolute;
	left: 0;
	top: 0;
}

div.maindiv1 ul li {
	float: left;
	width: 270px;
	height:83px;
	margin-left: 13px;
}


