
#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
	 direction: ltr;
}

.scroll {
    height: 1000px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
	 direction: rtl;

}

#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;
	 direction: rtl;

}

ul.navigation li {
    display: inline;
    margin-right: 0px;
border: solid 1px gray;
}

ul.navigation a {
    padding: 0 12px;
    color: #000;
    text-decoration: none;
background-color:AntiqueWhite;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: darkgreen;
color: AntiqueWhite;
}

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

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

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

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

.hide {
    display: none;
}
