/* This document was successfully validated as CSS level 2.1
by the W3C CSS Validating Service (http://jigsaw.w3.org/css-validator/).

body { font: bold 10px monospace; }
 */

/* div#slider-wrapper :
beginning of styles for nested elements */

div#slider-wrapper {
    height: 125px;
    width: 736px;    left: 0;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    top: 0;
}

    /* div#slider-wrapper div#sample-slider :
    beginning of styles for nested elements */

    div#sample-slider {
        border: 0px solid #000000;
        height: 125px;
        overflow: hidden;
        position: relative;
        width: 736px;
    }

        div#sample-slider ol#slides {
            height: 125px;
            left: -120px;
            list-style-type: none;
            margin: 0;
            overflow: hidden;
            padding-left: 0;
            position: relative;
            width: 950px;
        }

            div#sample-slider ol#slides li.mover {
                float: left;
                height: 125px;
                margin: 2px 0;
                width: 100px;
            }

            div#sample-slider ol#slides li.slide {
                border: 0px solid #000000;
				color:#ffffff;
                float: left;
				text-align:center;
                height: 125px;
                margin: 0;
            }

    /* div#slider-wrapper div#sample-slider :
    end of styles for nested elements */


    /* div#slider-wrapper div#controls :
    beginning of styles for nested elements */

    div#controls { margin-top: 3px; width: 304px; }

        div#controls button {
            background-color: #FFFFFF;
            border: 1px solid #000000;
            font-size: 13px;
            height: 21px;
        }

        div#controls button#slide-left {
            float: left;
        }

        div#controls button#slide-right {
            float: right;
        }

    /* div#slider-wrapper div#controls :
    end of styles for nested elements */

/* div#slider-wrapper :
end of styles for nested elements */
