/* fullscreen-slider.css */
.scrolltoanchor{width:24px;height:40px;bottom:30px;left:0;right:0;position:absolute;display:block;margin-right:auto;margin-left:auto;border:2px solid #fff;border-radius:16px;behavior:url('assets/css3pie/1.0.0/PIE.htc');opacity: 0.7;z-index: 100}.scrolltoanchor span.wheel{-webkit-animation-name: drop;  -webkit-animation-duration: 1s;  -webkit-animation-timing-function: linear;  -webkit-animation-delay: 0s;  -webkit-animation-iteration-count: infinite;  -webkit-animation-play-state: running;  -webkit-animation-name: drop;          animation-name: drop;  -webkit-animation-duration: 1s;          animation-duration: 1s;  -webkit-animation-timing-function: linear;          animation-timing-function: linear;  -webkit-animation-delay: 0s;          animation-delay: 0s;  -webkit-animation-iteration-count: infinite;          animation-iteration-count: infinite;  -webkit-animation-play-state: running;          animation-play-state: running}.scrolltoanchor span.wheel{width:6px;height:6px;position:relative;display:block;margin-right:auto;margin-left:auto;background-color:#fff;border-radius:10px;behavior:url('assets/css3pie/1.0.0/PIE.htc')}