
.equipListWrap {
	POSITION: relative; MARGIN: 0px auto; WIDTH: 855px; HEIGHT: 95px; OVERFLOW: hidden
}
.equipList {
}
.equipList UL {HEIGHT: 95px; TOP: 0px; LEFT: 0px;
	Z-INDEX: 9;
}
.equipList A {
	POSITION: relative; WIDTH: 132px; FLOAT: left; HEIGHT: 95px; MARGIN-RIGHT: 10px;
}
.equipList A:hover {
	FILTER: alpha(opacity=70); opacity: 0.7
}
.equipList A IMG {
	WIDTH: 100%; DISPLAY: block; HEIGHT: 95px
}
.equipList A.active {
	WIDTH: 130px;  HEIGHT: 95px; 
}
.equipList A H4 {
	POSITION: absolute;
	TEXT-ALIGN: center;
	WIDTH: 100%;
	BOTTOM: 0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	HEIGHT: 25px;
	COLOR: #fff;
	LEFT: 0px;
	background-color: #A07F38;
	background-position: bottom;
	background-attachment: fixed;

	top: 52px;
}
.equipList UL.active {
	Z-INDEX: 10; FILTER: alpha(opacity=100); opacity: 1
}
.equipList UL.active A {
	-webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg)
}
