/*

Styling the counter itself.
Set image paths accordingly.

THIS YOU NEED TO KEEP.

So you can have multiple counters on a page, just make sure each one has a class of "flip-counter".

*/

.flip-counter ul.cd{float:left;list-style-type:none;margin:0;padding:0; height: 20px; overflow: hidden;}
.flip-counter li{background:url(../img/digits3.png) 0 0 no-repeat;}
.flip-counter li.t{background-position:0 0;width:13.25px;height:9.75px}
.flip-counter li.b{background-position:0 0;width:13.25px;height:16px}
.flip-counter li.s{background-position:-13.25px -259.5px;width:3.5px;height:25.75px}