#mansetx{
	float: left;
	border: 1px #ccc solid;
	width: 100%;
}
#mansetx-selector ul{
	float: left;
	width: 100%;
	height: 45px;
	background: #000;
	color: #fff;
	padding: 0;
}
#mansetx-selector ul li{
	float: left;
	list-style: none;
	width:40px;
	font-size: 15px;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	transition: background 0.3s;

}
#mansetx-selector ul li:hover{
	cursor:pointer;

}
#mansetx-selector ul .active{
	background: #fff;
	color: #3c3c3c;
	height:45px;
		line-height: 45px;


}
#mansetx-img  >a > span {
	background: #fff;
	position: absolute;
	margin: 290px 2px 2px -504px;
	height:42px;
	width: 504px;
	opacity: 0.9;
	filter: alpha(opacity=60);
	color: #000;
}
	
	