.eqWrap {
	margin: -1px 0 0 -2px;
	overflow: hidden;
	display:inline-block; 
	//display:inline; 
	//zoom:1;
}
.eqCol {
	float: left;
	margin: 0 0 0 2px;
	width: 20px;
}
.eqItem {
	background: #e7aa3b;
	height: 6px;
	margin: 1px 0 0 0;
	opacity: 0;
	width: 100%;
}
.eqCol .eqItem:last-child {
	opacity: 1 !important;
}

.eqWrap .item0 .eqItem{background: #CE2022 !important;}
.eqWrap .item1 .eqItem{background: #01AEF0 !important;}
.eqWrap .item2 .eqItem{background: #FDC013 !important;}