/* General */
.button {
    width: 95px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #4a4a4a;
    background: #000000;
    color: #999999;
}

.buttonPeople {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/people.jpg") no-repeat 0px 0px;
    cursor: pointer;
    display: block;
}
.buttonPeople:hover {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/people.jpg") no-repeat 0px -25px;
    cursor: pointer;
}
.buttonNature {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/nature.jpg") no-repeat 0px 0px;
    cursor: pointer;
    display: block;
}
.buttonNature:hover {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/nature.jpg") no-repeat 0px -25px;
    cursor: pointer;
}
.buttonJournalism {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/journalism.jpg") no-repeat 0px 0px;
    cursor: pointer;
    display: block;
}
.buttonJournalism:hover {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/journalism.jpg") no-repeat 0px -25px;
    cursor: pointer;
}
.buttonWedding {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/wedding.jpg") no-repeat 0px 0px;
    cursor: pointer;
    display: block;
}
.buttonWedding:hover {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/wedding.jpg") no-repeat 0px -25px;
    cursor: pointer;
}
.buttonOther {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/other.jpg") no-repeat 0px 0px;
    cursor: pointer;
    display: block;
}
.buttonOther:hover {
    width: 130px;
    height: 25px;
    background: url("../images/buttons/other.jpg") no-repeat 0px -25px;
    cursor: pointer;
}
.buttonContact {
    width: 90px;
    height: 25px;
    background: url("../images/buttons/contact.jpg") no-repeat 0px 0px;
    cursor: pointer;
    display: block;
}
.buttonContact:hover {
    width: 90px;
    height: 25px;
    background: url("../images/buttons/contact.jpg") no-repeat 0px -25px;
    cursor: pointer;
}
.buttonSend {
    width: 70px;
    height: 25px;
    background: url("../images/buttons/send.jpg") no-repeat 0px 0px;
    cursor: pointer;
    display: block;
}
.buttonSend:hover {
    width: 70px;
    height: 25px;
    background: url("../images/buttons/send.jpg") no-repeat 0px -25px;
    cursor: pointer;
}
.buttonBack {
    width: 70px;
    height: 25px;
    background: url("../images/buttons/back.jpg") no-repeat 0px 0px;
    cursor: pointer;
    display: block;
}
.buttonBack:hover {
    width: 70px;
    height: 25px;
    background: url("../images/buttons/back.jpg") no-repeat 0px -25px;
    cursor: pointer;
}