.ctrl-float-nav {
	width: 100px;
	position: fixed;
	z-index: 99999999;
	right: 10px;
}
.ctrl-float-nav a, .ctrl-float-nav a img {
	display: block;
	width: 100%;
	cursor: pointer;
}
.ctrl-float-nav span {
	position: absolute;
	top: -40px;
	display: block;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}