.rotator .slide {
    display: none;
    width: 680px;
}
.content .gallery {
    margin: 0 10px;
}
.content .gallery.rotator {
    margin: 0;
    padding: 0;
}
.content .gallery h1 {
    font-size: 50px;
    margin-bottom: -1px;
    margin-top: 32px;
    padding-bottom: 11px;
}
.content .gallery p.site {
    display: none;
    font-size: 25px;
    position: absolute;
    right: 290px;
    top: 45px;
}
.content .gallery .screen {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 680px;
}
.content .gallery .screen a.prev {
    left: 25px;
    position: absolute;
    top: 160px;
}
.content .gallery .screen a.next {
    position: absolute;
    right: 25px;
    top: 160px;
}
.content .gallery .screen .reel {
    height: 450px;
    left: 0;
    position: absolute;
    top: 0;
    width: 680px;
}
.content .gallery .screen .reel img {
    float: left;
    height: 400px;
    width: 680px;
}
.content .gallery .slider {
    height: 65px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    width: 680px;
}
.content .gallery .slider a.prev {
    left: 0;
    position: absolute;
    top: 4px;
}
.content .gallery .slider a.next {
    position: absolute;
    right: 0;
    top: 4px;
}
.content .gallery .slider .reel {
    height: 72px;
    left: 0;
    margin: 0 24px;
    position: absolute;
    top: 0;
    width: 680px;
}
.content .gallery .slider .reel img {
    height: 65px;
    width: 110px;
}
.content .gallery .slider .reel a {
    border: 2px solid #FFFFFF;
    display: block;
    float: left;
    height: 72px;
    margin: 0 4px;
    padding: 2px;
    width: 111px;
}
.content .gallery .slider .reel a.ac {
    border-color: #DCDCDC;}