#slider {
    width: 541px;
    margin: 0 auto;
    position: relative;
    float:left;
}

.scroll {
    width: 541px;
    padding: 5px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 541px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
 /*   padding-bottom: 9px;*/
 overflow: hidden;
}

ul.navigation li {
    /*display: inline;
    margin-right: 10px;*/
    float: left;
}

ul.navigation a {
    width:166px;
    height:39px;
    background: url("/sites/all/themes/soltrafego/images/tab.png") no-repeat;
   
    text-decoration: none;

        color: #7C909B;
    display: block;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    padding-top:10px;
}

ul.navigation a:hover, ul.navigation a.selected {
   /* background-color: #f6f6f6; */
   font-weight: bold;
   color:#007dba;
}

ul.navigation a.selected {
   /* background-color: #fff; */
   background: url("/sites/all/themes/soltrafego/images/tab-selected.png") no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 290px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -25px;
}

.scrollButtons.right {
    right: -25px;
}

.hide {
    display: none;
}