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


#slideshow {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    height: 350px;
    max-height: 350px;
    width: 520px;
    overflow: hidden;
}

.rotating {
    height: 350px;
    max-height: 350px;
    width: 520px;
    overflow: hidden;
}

#intro {
    position: absolute;
    left: 50%;
    margin-left: 45px;
    width: 28em;
    padding: 15px;
    z-index: 18;
    color: white;
    background: url(/display/decoration/footer_background.png) repeat-y bottom left;
    font-size: 0.7em;
    margin-top: -7.5em;
    top: 220px;
    padding-bottom: 20px;
    text-align: justify;
}

#chooser {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    height: 300px;
    width: 820px;
    top: 500px;
    padding-bottom: 20px;
}

#chooser img {
    margin-left: 25px;
    margin-top: 6px;
}
#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: 140px;
    width: 400px;
}

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

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

.instruct {
    position: absolute;
    top: 470px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-left: -205px;
}
