#slideshow {
        width: 960px;
        height: 330px;
        overflow: hidden;
        background: #000000;
}
#slideshownav {
        background: transparent;
        position: absolute;
        top: 19px;
        right: 35px;
        z-index: 38;
        width: auto;
        height: auto;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}
#slideshownav li {
        background: url(../images/home-cycle/slide-nav-off.png) no-repeat;
        width: 15px;
        height: 15px;
        float: left;
        list-style: none;
        padding: 0px;
        margin-left: 9px;
}
#slideshownav li:hover {
        background: url(../images/home-cycle/slide-nav-hover.png) no-repeat;
        width: 15px;
        height: 15px;
        float: left;
        list-style: none;
        padding: 0px;
        margin-left: 9px;
}
#slideshownav a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        display: block;
        width: 15px;
        height: 15px;
        padding: 0px;
        text-align: center;
}
#slideshownav a.activeSlide {
        color: #057aa8;
        background: url(../images/home-cycle/slide-nav-on.png) no-repeat;
        width: 15px;
        height: 15px;
        padding: 0px;
        text-align: center;
}
#slideshownav li.activeSlide a {
        color: #057aa8;
        background: url(../images/home-cycle/slide-nav-on.png) no-repeat;
        width: 15px;
        height: 15px;
        padding: 0px;
        text-align: center;
}
#slideshownav a:focus {
        outline: none;
}
#slideshownav img {
        border: none;
}
#slideshowcontrol {
        position: relative;
        z-index: 38;
}
#slideshowcontrol #button_next {
        position: absolute;
        top: -200px;
        right: -50px;
}
#slideshowcontrol #button_prev {
        position: absolute;
        top: -200px;
        left: -50px;
}
.slide-imageright .text, .slide-imageright .image, .slide-imageright .spacer, .slide-imageleft .text, .slide-imageleft .image, .slide-imageleft .spacer {
        height: 330px;
}
.slide-imageright .text {
        float: left;
}
.slide-imageright .image {
        float: right;
}
.slide-imageright .spacer {
        float: right;
}
.slide-imageleft .text {
        float: right;
}
.slide-imageleft .image {
        float: left;
}
.slide-imageleft .spacer {
        float: left;
}
.slide {
        width: 960px;
        height: 330px;
        color: #ffffff;
        font-size: 16px;
        line-height: 22px;
}
.slide .text h1 {
        color: #ffffff;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 18px;
        font-size: 31px;
        line-height: 34px;
}
.slide .text p {
        font-family: Arial;
}
.slide .image {
        width: 575px;
        background: #000000 url(../images/loading-white-on-black.gif) no-repeat 50% 50%;
}
.slide .videos {
        padding:20px !important;
}
.slide .text {
        width: 270px;
        padding: 30px;
        position: relative;
}
.slide .spacer {
        width: 55px;
}
.slide a.text-button {
        display: inline;
        background: url(../images/home-cycle/plus.png) no-repeat left;
        font-style: oblique;
        text-decoration: none;
        color: #ffffff;
        font-size: 15px;
        padding-left: 25px;
        position: absolute;
        top: 280px;
        left: 30px;
}
.slide a.text-button:hover {}