
#slider {
    width: 666px;
    margin: 0;
    position: relative;
}

.scroll {
  /*  height: 250px;*/
  margin:20px 0 0;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
 /*    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom; */
}

.scrollContainer div.panel {
    padding: 0px;
    /*height: 210px;*/
    width: 620px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 9px;
padding:0 0 9px;
}

ul.navigation li {
	float: left;
    margin-right: 10px;
}

ul.navigation a {
border-bottom:3px solid #E3E3E3;
color:#747474;
display:block;
font-weight:bold;
padding:5px;
text-decoration:none;
font-size:10px;
}

ul.navigation a:hover, .marcadoanio {
    color: #941C2A !important;
	border-bottom:3px solid #941C2A !important;
}

ul.navigation a.selected {

}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}