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

.scroll {
    height: 335px;
    width: 800px;
	text-align: center;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #ffffff;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 800px;
	text-align: center;
	background-color: #fafafa;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;  
    border-bottom: 1px solid #444444;
}

ul.navigation li {
    display: inline;
    margin: 0 0 0 0;	
}

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

ul.navigation a:hover {
    background-color: #ececec;
	border-bottom: 1px solid #ff0000;
}

ul.navigation a.selected {
    background-color: #444444;
    color: #fff;
}

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

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

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

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

.hide {
    display: none;
}