#slider {
    width: 840px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 410px;
    width: 840px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
background:#FFF; border:1px solid #E5E5E5; border-top:0; }

.scrollContainer div.panel {
    padding: 20px;
    height: 350px;
    width: 800px;
}

.scrollContainer div.panel img{
	float:right;
	border:0;
	margin:0 0 0 20px;
	}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding:10px 0 9px 0;
    background-color: #E5E5E5;
	border:1px solid #E5E5E5;

}

ul.navigation li {
    display: inline;
    margin-right:8px;
	font-weight:normal;
	font-size:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul.navigation a {
    padding: 10px;
    color: #999999;
    text-decoration: none;
}

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

ul.navigation a.selected {
    background-color: #FFF;
	color:#000000;
}

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

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

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

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

.hide {
    display: none;
}