#slideshow {
        width: 960px;
        height: 330px;
        overflow: hidden;
        background: #343434;
}
#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 a {
        position: absolute;
}
#slideshowcontrol #button_prev a {
        position: absolute;
}
#slideshowcontrol a {width: 34px; height: 34px; margin: -13px 0 0; display: block; position: absolute; top: -170px; cursor: pointer; text-indent: -9999px; border: solid 3px #fff;}
#slideshowcontrol #button_next a {background: url(../images/next-bttn.png) no-repeat top left; right: -80px;}
#slideshowcontrol #button_prev a {background: url(../images/prev-bttn.png) no-repeat top left; left: -80px;}
#slideshowcontrol #button_next a:hover {background-position: bottom left;}
#slideshowcontrol #button_prev a:hover {background-position: bottom left;}

.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: 24px;
        line-height: 28px;
}
.slide .image {
        width: 575px;
        background: #000000 url(../images/indicator-white.gif) no-repeat 50% 50%;
}
.slide .videos {
        padding:20px !important;
}
.slide .text {
        width: 270px;
        padding: 30px;
        position: relative;
}
.slide .spacer {
        width: 55px;
}