﻿.FeatureSlideShow, .InstallGuides, .ProductVideos {
    position: relative;
    right: -18px;
    float: left;
    width: 900px;
    height: 400px;
    margin: 10px 0px 0px;
    padding: 0px;
    background: url(/Images/Public/FeatureSlideShow/SlideShadow.png) repeat center;
}

.InstallGuides, .ProductVideos {
    margin-top: 30px;
    width: 412px;
    height: 262px;
}

.InstallGuides {
    margin-left: 74px;
}

.FeatureSlideShow .Features {
    position: absolute;
    bottom: 32px;
    left: -36px;
    width: 19px;
    height: 129px;
    background: url(/Images/Public/FeatureSlideShow/Features.png) no-repeat center;
}

.FeatureSlideShow .Features span {
    display: none;
}

.InstallGuides .Title, .ProductVideos .Title {
    position: absolute;
    top: -11px;
    left: -12px;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 2px 6px;
    background-color: #000000;
    color: #CC2030;
    font-size: 20px;
    text-transform: uppercase;
    z-index: 14000;
}

.wt-rotator .desc {
    display: block;
    padding: 6px 8px !important;
    text-align: center;
}

.wt-rotator .inner-bg, .wt-rotator .inner-text {
    position: static !important;
    display: inline !important;
    margin: 0px !important;
    padding: 0px !important;
    background: none !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.FeatureSlideShow .wt-rotator, .InstallGuides .wt-rotator, .ProductVideos .wt-rotator {
    position: relative;
    top: -12px;
    left: -12px;
    float: left;
    width: 900px;
    height: 400px;
    margin: 0px;
    padding: 0px;
}

.InstallGuides .wt-rotator, .ProductVideos .wt-rotator {
    width: 412px;
    height: 262px;
}

.FeatureSlideShow .c-panel {
    width: auto !important;
    top: 340px !important;
}

.InstallGuides .c-panel, .ProductVideos .c-panel {
    top: 210px !important;
    left: 8px !important;
    width: 398px !important;
}

.FeatureSlideShow .c-panel .buttons, .InstallGuides .c-panel .buttons, .ProductVideos .c-panel .buttons {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.FeatureSlideShow .c-panel .thumbnails, .InstallGuides .c-panel .thumbnails, .ProductVideos .c-panel .thumbnails {
    margin: 0px 50px;
}

.FeatureSlideShow .c-panel .thumbnails li, .InstallGuides .c-panel .thumbnails li, .ProductVideos .c-panel .thumbnails li {
    background-color: #FFFFFF;
    color: #000000;
}

.FeatureSlideShow .c-panel .thumbnails li.curr-thumb, .InstallGuides .c-panel .thumbnails li.curr-thumb, .ProductVideos .c-panel .thumbnails li.curr-thumb {
    background-color: #CC2030;
    color: #FFFFFF;
}

.FeatureSlideShow .prev-btn, .FeatureSlideShow .next-btn, .InstallGuides .prev-btn, .InstallGuides .next-btn, .ProductVideos .prev-btn, .ProductVideos .next-btn {
    display: block;
    position: absolute;
    bottom: -16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.FeatureSlideShow .prev-btn, .FeatureSlideShow .prev-btn.button-over, .InstallGuides .prev-btn, .InstallGuides .prev-tn.button-over, .ProductVideos .prev-btn, .ProductVideos .prev-tn.button-over {
    left: 0px;
    bottom: -32px;
    background: url(/Images/Public/FeatureSlideShow/Prev_btn.png) no-repeat center;
    border: none;
}

.FeatureSlideShow .next-btn, .FeatureSlideShow .next-btn.button-over, .InstallGuides .next-btn, .InstallGuides .next-btn.button-over, .ProductVideos .next-btn, .ProductVideos .next-btn.button-over {
    right: 0px;
    bottom: -32px;
    background: url(/Images/Public/FeatureSlideShow/Next_btn.png) no-repeat center;
    border: none;
}

