/* From: http://gazpo.com/2012/02/scrolltop/ */
/*
Change "icon_top.png" to "icon_top2.png"
if you have black/dark background ;)
*/
/* .scrollup {
	width:40px;
	height:40px;
	opacity:0.3;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-indent:-9999px;
	background: url('../../smooth-page-scroll-to-top/files/icon_top.png') no-repeat;
	outline: none !important;
} */

.scrollup {
  background: url('../../smooth-page-scroll-to-top/files/icon_top.png') no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
  bottom: 50px;
  height: 19px;
  margin-right: -637px !important;
  overflow: hidden;
  position: fixed;
  right: 50%;
  width: 29px;
  z-index: 999;
  text-indent:-9999px;
}

.scrollup:hover {
  background-position: 0 1px;
}