﻿/* S3 Counter - Yann Voumard - 12.02.2009
************************************************/
#counter
{
    background: url(../images/back.png) no-repeat;
    width: 620px;
    position: absolute;
    right: 0px;
    top: 10px;
    height: 150px;
}

#counter h2
{
    margin-top: 6px;
}

#counter-display
{
        background-color: #242424;
        text-align: center;
        border: solid 1px #000;
        border-bottom: 0px;
        padding: 0px;
        padding-top: 5px;
        width: 342px;
        margin: 0px auto 0px auto;
        font-size: 1px;
        margin-top: 40px;
}

#counter-display div 
{
    width: 18px;
    height: 24px;
    float: left;
    margin: 0px 1px 0px 1px;
}

#counter-bar
{
    background-color: #242424;
    border: solid 1px #000;
    border-top: 0px;
    padding: 0px;
    width: 342px;
    margin: 0px auto 0px auto;
    text-align: center;
    font-size: 1px;
    margin-top: 0px;
}

#counter-bar img
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.d0 
{
    background-image: url(../images/0.png);
}
.d1 
{
    background-image: url(../images/1.png);
}
.d2 
{
    background-image: url(../images/2.png);
}
.d3 
{
    background-image: url(../images/3.png);
}
.d4 
{
    background-image: url(../images/4.png);
}
.d5 
{
    background-image: url(../images/5.png);
}
.d6 
{
    background-image: url(../images/6.png);
}
.d7 
{
    background-image: url(../images/7.png);
}
.d8 
{
    background-image: url(../images/8.png);
}
.d9 
{
    background-image: url(../images/9.png);
}
.d10
{
    background-image: url(../images/10.png);
	width: 36px !important;
}
.d11
{
    background-image: url(../images/11.png);
	width: 36px !important;
}
.d12
{
    background-image: url(../images/12.png);
	width: 36px !important;
}
.d14
{
    background-image: url(../images/14.png);
	width: 36px !important;
}
.d15
{
    background-image: url(../images/15.png);
	width: 36px !important;
}
.d16
{
    background-image: url(../images/16.png);
	width: 36px !important;
}
.d17
{
    background-image: url(../images/17.png);
	width: 36px !important;
}
.d18
{
    background-image: url(../images/18.png);
	width: 36px !important;
}
.d19
{
    background-image: url(../images/19.png);
	width: 36px !important;
}
.p 
{
    background-image: url(../images/p.png);
}
.b 
{
    background-image: url(../images/b.png);
}
.m
{
    background-image: url(../images/m.png);
}