/*

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".

You can download the background sprite here:
http://cnanney.com/journal/demo/apple-counter-revisited/img/digits.png

*/
#flip-counter{margin: 70px 0 72px 0px;text-align:center;}
#flip-counter ul.cd{float:none;list-style-type:none;margin:0;padding:0;display:inline-block;}
#flip-counter li{background:url(digits.png) 0 0 no-repeat;margin:0px !important;}
#flip-counter li.t{background-position:0 0;width:30px;height:20px}
#flip-counter li.b{background-position:0 0;width:30px;height:40px}
#flip-counter li.s{background-position:-30px -600px;width:7px;height:60px}