.float-button-wrapper {
	position: fixed;
	left: 25px;
	bottom: 65px;
	z-index: 9999;
}

.float-button-wrapper p {
	left: 15px;
	font-size: 11px;
	margin-bottom: 3px;
}

.float-button-page img {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.float-button-page a {
	float: left;
	clear: left;
	margin-bottom: 1px;
	width: 50px;
}

.float-button-page a:hover img {
	/* background-color: #f1f1f1; */
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.float-button-page {
	position: absolute;
	background: none;
}