#slideshow {
        width: 821px;
        height: 330px;
        overflow: hidden;
        background: #418775;
}
#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: -125px;
}
#slideshowcontrol #button_prev {
        position: absolute;
        top: -200px;
        left: -125px;
}
.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: 830px;
        height: 330px;
        color: #ffffff;
        font-size: 15px;
        line-height: 20px;
}
.slide .text h1 {
        color: #ffffff;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 18px;
        font-size: 27px;
        line-height: 30px;
}
.slide .text p {
        font-family: Arial;
}

.slide .text .heading {
		font-size:17px;
		color:#fff;
		font-weight:bold;
		text-transform:uppercase;
}

.slide .image {
        width: 530px;
        background: #000000 url(../images/loading-white-on-black.gif) no-repeat 50% 50%;
}
.slide .videos {
        padding:20px !important;
}
.slide .text {
        width: 185px;
        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 {}