#slider {
    width: 920px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.scroll {
    height: auto;
    width: 920px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FAFAFA;
	border-bottom-right-radius: 10px;
 	-moz-border-radius-bottomright: 10px;
 	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
 	-moz-border-radius-bottomleft: 10px;
 	-webkit-border-bottom-left-radius: 10px;
	-moz-box-shadow: 1px 2px 2px #CDCEC8;/*#CDCEC8;*/
	box-shadow: 1px 2px 2px #CDCEC8; /* CSS3 Safari 3+ e Firefox 3.1 (Alpha) */
	-webkit-box-shadow: 1px 2px 2px #CDCEC8; 
	z-index: 1;
}


.scrollContainer div.panel {
    padding: 5px 20px;
    height: 332px;
    width: 880px;
}

#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;
}

ul.navigation li {
    /*display: inline;*/
    float: left;
    margin-right: 10px;
    background: url(../../images/tab_bg.gif) no-repeat 0 0;
    height: 51px;
    width: 161px;
    line-height: 51px;
    text-align: center;
}

ul.navigation a {
    text-decoration: none;
    /*color: #333333;*/
    /*color: #177F7F;*/
    color: #2080AF;
    font-weight: bold;
    
}

ul.navigation a:hover {
    background: url(../../images/tab_active.gif) no-repeat 0 0;
    display: block;
    text-shadow: 0 0 20px #26CECF;
    /*color: #177F7F;*/
    color: #2080AF;
}

ul.navigation a.selected {
    background: url(../../images/tab_active.gif) no-repeat 0 0;
    display: block;
    text-shadow: 0 0 20px #26CECF;
}

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

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

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

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

.hide {
    display: none;
}
