body { 
    margin: 0px;
    padding: 0; 
    /* font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-size: 100%; */
    /* background-color: #FF8C00;
    background: #FF8C00 url(arka_fon.jpg) repeat-x; */
}

#wrapper {
    width: 743px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 743px; /* orjinal 620px */
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 977px; /* 250 */
    width: 743px; /* orjinal 640 */
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
   /* background: url(orta.jpg) repeat-x scroll left bottom ; */
}

.scrollContainer div.panel {
    padding: 0px;
    height: 10px;
    width: 743px; /* orjinal 580 */
    
}

#shade {
    /* background: #EDEDEC; /* url(images/shade.jpg) repeat-x;  orninal no-repeat 0 0; */
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0px; /* 0  - üst menü button ayarlaması - yükseklik*/
    padding: 0px;
    padding-bottom: 10px; /* 9px */
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}



ul.navigation a:hover {
    background-color: silver; 
}

ul.navigation a.selected {
    background-color: red;
    
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    /* left: -20px; */
    display : none;    
}

.scrollButtons.right {
    /* right: -20px; */
    display : none;
}

.hide {
    display: none;
}