.ticker { width:100%; height:40px; overflow:hidden; border:1px solid #aaa; margin:0 auto; position: relative;
-o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
-o-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background:#990000;
background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}
.scroller {display:block; height:40px; position:absolute; left:0; top:0;}
.scroller div {
font-size: 16px;
line-height: 40px;
float: left;
width: 170px;
color: #000;
font-weight: bold;
padding: 0 10px;
}
.tick {
cursor: pointer;
}
.tick a {
color: darkblue;
}
.arrow-up {
color: green;
}
.arrow-down {
color: darkred;
}
.arrow-right {
color: orange;
}