/* css belle and jerome Chooser style */
/* by Kelvin Owers - spittingcat.com */

#chooser {
    position: absolute;
    left: 50%;
    margin-left: -410px;
    height: 300px;
    width: 820px;
}

#chooser img {
    margin-left: 25px;
    margin-top: 65px;
}
#chooser a {
    filter: alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
#chooser a:hover {
    filter: alpha(opacity=99);-moz-opacity:.99;opacity:.99;
}

#choose_beeston, #choose_westbridgford {
    position: absolute;
    height: 300px;
    width: 400px;
}

#choose_beeston {
    background: url('/display/backgrounds/02/thumb.jpg');
}

#choose_westbridgford {
    left: 420px;
    background: url('/display/backgrounds/01/thumb.jpg');
}

.instruct {
    position: absolute;
    top: 430px;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
