
a.navigator-arrow { 
    width: 450px; 
    height: 60px; 
    line-height: 60px; 
    font-size: 20px; 
    display: block; 
    margin: 0px auto 15px auto;
    text-decoration: none;
/*    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;*/
    color: #222;
    font-weight: bold;
    padding: 10px 20px;
    background: #6ad0ff url('/gfx/navigator/arrow-right.png') no-repeat 425px center;
    background: url('/gfx/navigator/arrow-right.png') no-repeat 425px center, -moz-linear-gradient(
        top,
        #6ad0ff 0%,
        #4cc9ff);
    background: url('/gfx/navigator/arrow-right.png') no-repeat 425px center, -webkit-gradient(
        linear, left top, left bottom, 
        from(#6ad0ff),
        to(#4cc9ff));
/*    background-image: url('/gfx/navigator/arrow-right.png');
    background-position: 425px center; 
    background-repeat: no-repeat; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #222;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
}

a.navigator-arrow.hp {
    width: 420px;
    background-position: 395px center;
}

a:hover.navigator-arrow.hp {
    background-position: 395px center;
}


a:hover.navigator-arrow {
    background: #6cf url('/gfx/navigator/arrow-right.png') no-repeat 445px center;
    background: url('/gfx/navigator/arrow-right.png') no-repeat 445px center, -moz-linear-gradient(
        top,
        #66ccff 0%,
        #299bcc);
    background: url('/gfx/navigator/arrow-right.png') no-repeat 445px center, -webkit-gradient(
        linear, left top, left bottom,
        from(#66ccff),
        to(#299bcc));
}


p.navigator-maintext { font-size: 16px; margin-bottom: 20px }
p.what-you-want { font-size: 18px; text-align: center }




