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

.scroll {
    height: 460px;
    width: 568px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
background:#000000; border:1px solid #cccccc; border-top:0; }

.scrollContainer div.panel {
    padding: 10px;
    height: 450px;
    width: 550px;
}

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


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

}

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

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

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

ul.navigation a.selected {
    background-color: #66FF00;
	color:#333333;
}

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

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

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

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

.hide {
    display: none;
}