.footer{
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
.steps{
    width: 56px;
    height: 56px;
    display: inline-block;
    background-image: url(../img/56x56_sprites.png);
    background-repeat: no-repeat;
    position: relative;
}
.steps.active{
    cursor: pointer;
}
.stepTitle{
    font-size: 9px;
    position: absolute;
    bottom: -20px;
    text-align: center;
}
.step0{
    width: 200px;
    position: relative;
    background-image: url(../img/dashline.png);
    background-repeat: repeat-x;
    background-position: 0px 28px;
}
.step1{
    background-position: 0px 0px;
    position: relative;
}
.step2{
    background-position: -56px 0px;
    position: relative;
}
.step3{
    background-position: -112px 0px;
    position: relative;
}