/* CSS Document */

#wrapper {
    width: 976px;
    height:307;
    margin: 0 auto;
    margin-top:10px;
}

#intro {
    padding-bottom: 10px;
}

/*h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}*/

#slider {
    width: 976px;
    margin: 0 auto;
    position: relative;
    
}

.scroll {
    
    /* height: 250px;
    width: 620px; */
    
    height: 216px;
    width: 972px;
    
    overflow:auto;
    overflow-x:hidden;
    position:relative;
    clear:left;
    background-color:#ffffff;
    border:1px solid #e8e8e8;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    margin-top:-4px;
    z-index:1;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 212px;
    width: 956px;
}

#shade {
    background: #EDEDEC url(shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin-bottom:0px;
    padding: 0;
    padding-bottom: 10px;
    z-index:-1;
    text-align:center;
}

ul.navigation li {
    display: inline;
    margin-right: 7px;
    text-align:center;
}

ul.navigation a {
    padding: 10px 10px 10px 10px;
    
    color: #606060;
    text-decoration: none;
    font-size:12px;
    font-weight:bold;
    
    border-top:1px solid #e8e8e8;
    border-left:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
    border-bottom:0px solid #e8e8e8;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px  5px  0px  0px;
    background: url(http://www.textalk.se/pics/coda-nav.back.png) repeat-x;
    
}

ul.navigation a:hover {
    
    color:#009fe3 ;
}

ul.navigation a.selected {
    color:#009fe3;
    font-weight:bold;
    /* border-top:1px solid #e8e8e8;
    border-left:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
    border-bottom:0;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px  5px  0px  0px;  */
    background-repeat:no-repeat;
    background-position:center bottom; 
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
