
		.runup, .rundown {
			display: none;
			position: fixed;
			right: 50px;
			z-index: 9999;
			background: transparent;/* url(../../../plugins/page_scrolling/images/icons/) center center no-repeat;*/
			border: #000 solid 0px;
			-ms-border-radius: 30px;
			-moz-border-radius: 30px;
			-webkit-border-radius: 30px;
			border-radius: 30px;
			cursor: pointer;
			color: 0 1px 2px RGBA(17, 137, 9, 0.89), 0 0 10px #e0f1ff;
			text-align: center;
			font-size: 26px;
			text-shadow: 0 1px 2px #000, 0 0 10px #e0f1ff;
			-moz-opacity: 0.9;
			-khtml-opacity: 0.9;
			opacity: 0.9;
			padding: 5px 5px;
			margin-bottom: 5px;
			width: 32px;
			height: 32px;}

		.runup { bottom: 90px }
		.rundown { bottom: 40px }
		.runup:hover, .rundown:hover {
			box-shadow: 0 0 2px red, inset 0 0 9px red;
			-ms-box-shadow: 0 0 2px red, inset 0 0 9px red;
			-moz-box-shadow: 0 0 2px red, inset 0 0 9px red;
			-webkit-box-shadow: 0 0 2px red, inset 0 0 9px red;
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;}
	
