background: url('http://subtlepatterns.com/patterns/skewed_print.png');
box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .5),
0px 1px 0px rgba(250, 250, 250, .2);
counter-reset: marqueeindex;
font-family: Tahoma, Arial, sans-serif;
text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
transform: translateY(-100%);
counter-increment: marqueeindex;
content: counter(marqueeindex) ": ";
animation: shownews 20s ease infinite;
.marquee p:nth-child(2) { animation-delay: 4s; }
.marquee p:nth-child(3) { animation-delay: 8s; }
.marquee p:nth-child(4) { animation-delay: 12s; }
.marquee p:nth-child(5) { animation-delay: 16s; }
animation-play-state: paused;
transform:translateY(-100%);
transform:translateY(100%);
transform:translateY(100%);