.anythingSliderContainer {
    overflow: hidden;
    height: 280px;
    vertical-align: top
    }
.anythingSlider {
    position: relative;
    margin-bottom: 5px;
    width: 750px;
    height: 240px
    }
.anythingSlider .wrapper {
    position: absolute;
    margin: 0 40px;
    width: 670px;
    height: 245px;
    overflow: auto;
    top: 0;
    left: 0
    }
.anythingSlider .wrapper UL {
    border-bottom: #bdbdbd 1px solid;
    position: absolute;
    list-style-type: none;
    margin: 0;
    width: 32700px;
    background: #dfeffc;
    border-top: #bdbdbd 1px solid;
    top: 0;
    list-style-image: none;
    left: 0
    }
.anythingSlider .wrapper UL LI {
    padding-bottom: 0;
    margin-left: -10px;
    margin-right: 10px;
    padding-left: 0;
    width: 750px;
    padding-right: 0;
    display: block;
    float: left;
    height: 230px;
    padding-top: 10px
    }
.anythingSlider .arrow {
    position: absolute;
    text-indent: -9999px;
    width: 67px;
    display: block;
    background: url(../Images/Design/ComboBox/arrows.png) no-repeat 0 0;
    height: 220px;
    top: -230px;
    cursor: pointer
    }
.anythingSlider .forward {
    background-position: 0 0;
    right: -20px
    }
.anythingSlider .back {
    background-position: -67px 0;
    left: -20px
    }
.anythingSlider .forward:hover {
    background-position: 0 -200px
    }
.anythingSlider .back:hover {
    background-position: -67px -200px
    }
.thumbNav {
    position: relative;
    text-align: center;
    top: 240px
    }
.thumbNav LI {
    display: inline
    }
.thumbNav A {
    text-align: center;
    padding-bottom: 2px;
    margin: 2px 5px 0 0;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    font-size: 11px;
    background: url(../images/cellshade.png) #bdbdbd repeat-x;
    height: 18px;
    color: black;
    padding-top: 2px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    text-decoration: none
    }
.thumbNav A:hover {
    background-image: none;
    text-decoration: underline
    }
.thumbNav A.cur {
    background: #127FAB;
    color: White
    }
.start-stop {
    z-index: 10;
    position: absolute;
    text-align: center;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 40px;
    padding-right: 5px;
    background: url(../images/cellshade.png) green repeat-x;
    color: white;
    top: 242px;
    right: 45px;
    padding-top: 2px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px
    }
.playing.start-stop {
    background-color: #127FAB
    }
.start-stop:hover {
    background-image: none
    }