@charset "utf-8";
.scrollup{
    width: 40px;
    height: 27px;
    opacity: 0.99;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    text-indent: -9999px;
    background: url("/img/up-arrow.png") no-repeat;
	border-radius: 0;
	z-index: 10;
}

.scrolldown{
    width: 40px;
    height: 40px;
    opacity: 0.69;
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    text-indent: -9999px;
    background: url("/img/down-arrow.png") no-repeat;
	border-radius: 0;
	z-index: 999;
}