.win_box ul.clients li{
	float: left;
	position: relative;
	color: #CCCCCC;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	width: 85px;
	height: 28px;
	padding-right: 15px;
}

.win_box ul.clients li:before{
	content: "";
	list-style-type: none;
	list-style-image: none;
}

.win_box ul{
	list-style: none;
	color: #333;
}

div.hint{
	position: absolute;
	left: -30px;
	bottom: -800px;
	width: 250px;
	display: none;
	color: #4F4B4A;
	font-size: 11px;
	font-weight: normal;
	height: 800px;
	text-align: left;
}
