
#fixedTop {
	display: none;
	width: 15%;
	max-width: 70px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 5px;
	opacity: 0.8;
	z-index: 99999;
}

#fixedTop img {
	width: 100%;
}