.rigFlotItem {
	position: absolute;
	top: 200px;
	right: 0;
	width: 50px;
	z-index: 7000;
}

.rigFlotItem img {
	border: none;
}

.rigFlotItem> div {
	height: 50px;
	width: 50px;
	/*background: rgba(0, 0, 0, .8);*/
	background: #E30012;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
	float: right;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.rigFlotItem> div> img {
	position: absolute;
	right: 50px;
	bottom: 0;
	font-size: 0;
	display: none;
	z-index: 2147483647;
}

.rigFlotItem a {
	color: #fff !important;
}

.rigFlotItem div> a {
	overflow: hidden;
	display: block;
	height: 100%;
	width: 0;
	padding-left: 50px;
	text-decoration: none;
	text-align: center;
}

.rigFlotItem> div> a> img {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 22px;
	height: 22px;
}

.rigFlotItem> div> a> span {
	line-height: 50px;
	color: #fff !important;
	float: left;
}