.eqWrap {
	margin: -1px 0 0 -2px;
	overflow: hidden;
	display:inline-block; 
	cursor: pointer;
}
.eqCol {
	float: left;
	margin: 0 0 0 2px;
	width: 5px;
}
.eqItem {
	background: #e7aa3b;
	height: 10px;
	margin: 1px 0 0 0;
	opacity: 0;
	width: 100%;
}
.eqCol .eqItem:last-child {
	opacity: 1 !important;
}

.eqCol .eqItem {
    background: #fff none repeat scroll 0 0;
    height: 4px;
    margin: 1px 0 0;
    opacity: 0;
    width: 100%;
}