/*
@-webkit-keyframes scrollanimation {
	50% {height: 24px;}
	100% {height: 4px;}
}
@-moz-keyframes scrollanimation {
	50% {height: 24px;}
	100% {height: 4px;}}

@-ms-keyframes scrollanimation {
	50% {height: 24px;}
	100% {height: 4px;}
}

@-o-keyframes scrollanimation {
	50% {height: 24px;}
	100% {height: 4px;}
}

@keyframes scrollanimation {
	50% {height: 24px;}
	100% {height: 4px;}
}
*/
