/* This document was successfully validated as CSS level 2.1
by the W3C CSS Validating Service (http://jigsaw.w3.org/css-validator/). */




    /* div#slider-wrapper div#sample-slider :
    beginning of styles for nested elements окошко внешнее*/

    div#sample-slider {
        border: 1px solid #FFFFFF;
        height: 140px;
        overflow: hidden;
        position: relative;
        width: 649px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8px;
    }
    
        div#sample-slider ol#slides {
            height: 140px;
            left: -100px;
            list-style-type: none;
            margin: 0;
            overflow: hidden;
            padding-left: 0;
            position: relative;
            width: 1363px;
        }
        
            div#sample-slider ol#slides li.mover {
                float: left;
                height: 156px;
                margin: 2px 0;
                width: 100px;
            }
        
            div#sample-slider ol#slides li.slide {
                border: 1px solid #FFFFFF;
                float: left;
                height: 130px;
                margin: 2px 0 2px 2px;
                padding: 4px;
                width: 117px;
            }
            
    /* 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: 649px; 
	font-size: 10px;
    height: 21px;
	color:#5a5959;

	}
    
        div#controls button {
            background-color: #FFFFFF;
            border: 1px solid #FFFFFF;
            font-size: 10px;
            height: 21px;
			color:#5a5959;
        }
        
        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 */