/*首页*/
div.indexmaindiv {
	height: 270px;
	margin: 0px auto;
	width: 1225px;
}

div.indexmaindiv div.playerstyles {
	width: 168px;
	height: 44px;
	background: url('../images/playstyles.png') no-repeat;
}

div.indexmaindiv1 {
	margin-top: 25px;
}

div.indexmaindiv1 div.stylesgoleft {
	float: left;
	width: 32px;
	height: 29px;
	background: url('../images/arrowhead.png') no-repeat left top;
	margin: 106px 5px 0px 0px;
	cursor: pointer;
}

div.indexmaindiv1 div.stylesgoleft:hover {
	float: left;
	width: 32px;
	height: 29px;
	background: url('../images/arrowhead.png') no-repeat left -28px;
	margin: 106px 5px 0px 0px;
	cursor: pointer;
}

div.indexmaindiv1 div.playerdetail {
	width: 359px;
	height: 250px;
	background: #FFF;
	font-family: '微软雅黑';
}

div.indexmaindiv1 div.playerdetail div.detailimg {
	width: 359px;
	height: 201px;
}

div.indexmaindiv1 div.playerdetail div.detailimg img {
	width: 359px;
	height: 201px;
}

#count1 li a {
}

#count1 li a:hover {
}

div.indexmaindiv1 div.playerdetail div.teanames {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	font-family: '微软雅黑';
	color: #404040;
}

div.indexmaindiv1 div.playerdetail div.teadetail {
	width: 156px;
	height: 27px;
	margin: 5px 8px;
	color: #666;
}

div.indexmaindiv1 div.playerdetail .checkdetail {
	width: 134px;
	height: 27px;
	display: block;
	background: url('../images/checkdetail.png') no-repeat;
	margin: 18px;
}

div.indexmaindiv1 div.stylesgoright {
	float: right;
	width: 32px;
	height: 29px;
	background: url('../images/arrowhead.png') no-repeat left -58px;
	margin: 106px 0px 0px 15px;
	cursor: pointer;
}

div.indexmaindiv1 div.stylesgoright:hover {
	float: right;
	width: 32px;
	height: 29px;
	background: url('../images/arrowhead.png') no-repeat left -86px;
	margin: 106px 0px 0px 15px;
	cursor: pointer;
}
/*滚动*/
div.maindiv1 {
	float: left;
	width: 1098px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 27px;
	border-left: 1px solid #d9d9d9;
}

div.maindiv1 ul {
	position: absolute;
	left: 0;
	top: 0;
}

div.maindiv1 ul li {
	float: left;
	width: 359px;
	height: 250px;
	border: 1px solid #d9d9d9;
	border-left: none;
	padding: 3px;
}

div.maindiv1 ul li:hover {
	background-color: #e9e9e9;
}