a.bigbtn {
    background:url(../images/orange/right_big_button.html) right no-repeat;
}

a.bigbtn span {
    background:url(../images/orange/left_big_button.html) left no-repeat;
}

a.bigbtn:hover {
    background:url(../images/orange/right_big_button_hov.html) right no-repeat;
}

a.bigbtn:hover span{
    background:url(../images/orange/left_big_button_hov.html) left no-repeat;
}


.small_button a.orange {
    background:url(../images/orange/small-btn-right.png) right no-repeat;
}

.small_button a.orange span {
    background:url(../images/orange/small-btn-left.png) left no-repeat;
}

.small_button a.orange:hover {
    background:url(../images/orange/small-btn-right-hov.png) right no-repeat;
}


.small_button a.orange:hover span{
    background:url(../images/orange/small-btn-left-hov.png) left no-repeat;
}


.small_button a.blue {
    background:url(../images/blue/small-btn-right.png) right no-repeat;
}

.small_button a.blue span {
    background:url(../images/blue/small-btn-left.png) left no-repeat;
}

.small_button a.blue:hover {
    background:url(../images/blue/small-btn-right-hov.png) right no-repeat;
}


.small_button a.blue:hover span{
    background:url(../images/blue/small-btn-left-hov.png) left no-repeat;
}


.medium_button a.orange {
    background:url(../images/orange/medium-btn-right.png.png) right no-repeat;
}

.medium_button a.orange span {
    background:url(../images/orange/medium-btn-left.png.png) left no-repeat;
}

.medium_button a.orange:hover {
    background:url(../images/orange/medium-btn-right-hov.png) right no-repeat;
}


.medium_button a.orange:hover span{
    background:url(../images/orange/medium-btn-left-hov.png.png) left no-repeat;
}


.medium_button a.blue {
    background:url(../images/blue/medium-btn-right.png) right no-repeat;
}

.medium_button a.blue span {
    background:url(../images/blue/medium-btn-left.png) left no-repeat;
}

.medium_button a.blue:hover {
    background:url(../images/blue/medium-btn-right-hov.png) right no-repeat;
}


.medium_button a.blue:hover span{
    background:url(../images/blue/medium-btn-left-hov.png.png) left no-repeat;
}




