#banner2 { height: 227px; }

.giftcard-btn a {
    outline: none;/* get rid of dotted borders in FireFox */
    text-indent: -5000px ;/* this move the text outside of the screen area */
    display:block;
    width:490px;
    height:70px;
    background: url("/giftcards_btn.jpg") 0 0 no-repeat;
    }
.giftcard-btn a:hover {
    background-position: -980px 0;
    }
.giftcard-btn a:active {
    background-position: -490px 0;
    }
.giftcard-btn a:press {
    background-position: 0px 0;
    }
