/* 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: 220px;
    /*left: 50%;
    margin-left: -152px;
    margin-top: -43px;
    position: absolute;
    top: 50%;*/
    width: 950px;
	background:#efeadf;
	margin-bottom:12px;
}

div#slider-wrapper h4{ margin:0; padding:0; color:#e7590e;}

    /* div#slider-wrapper div#sample-slider :
    beginning of styles for nested elements */

    div#sample-slider {
        height: 220px;
        overflow: hidden;
        position: relative;
        width: 950px;
    }
    
        div#sample-slider ol#slides {
            height: 220px;
            left: -190px;
            list-style-type: none;
            margin: 0;
            overflow: hidden;
            padding-left: 0;
            position: relative;
            width: 1300px;
        }
        
            div#sample-slider ol#slides li.mover {
                float: left;
                height: 216px;
                margin: 2px 0;
                width: 200px;
            }
        
            div#sample-slider ol#slides li.slide {
                float: left;
                height: 206px;
                margin: 2px 0 2px 27px;
                padding: 4px;
                width: 188px;
				text-align:center;
				color:#5b5547;
				font-weight:bold;
            }
			
         
    /* div#slider-wrapper div#sample-slider :
    end of styles for nested elements */
    
    
    /* div#slider-wrapper div#controls :
    beginning of styles for nested elements */
	
	.left-arr, .right-arr{position:absolute; top:0; line-height:60px; text-align:center;background-color:#e9e2d3; text-decoration:none;}
	a.left-arr:hover, a.right-arr:hover{ background-color:#e9e2d3}
	
	.left-arr{  left:0; width:16px; height:220px; background-image:url(../../i/slider_control.png); background-position: 5px 100px; background-repeat:no-repeat}
	
	.right-arr{ position:absolute; width:16px; right:0; width:16px; height:220px; background-image:url(../../i/slider_control.png); background-position: -20px 100px; background-repeat:no-repeat}
	
	.slide{ overflow:hidden;}
    
    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 */
