/* Top button */
#top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 9999;
}
#top a {
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9000px;
	color: #fff;
	width: 36px;
	height: 36px;
	background:url(/scrolling-nav/btn-top.png) top center no-repeat;
	display: block;
}
#top a:hover {
	background: url(/scrolling-nav/btn-top-over.png) top center no-repeat;
	background-size: 36px 36px;
}

