

#slider {
    width: 520px;
    position: relative;
}

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

.panel {
    padding: 0px;
    height: 350px;
    width: 500px;
    overflow: auto;
    margin-right: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 5px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #818385;
}

ul.navigation a {
    padding-right: 5px;
    color: #818385;
    text-decoration: none;
}

ul.navigation a:hover {
    text-decoration: underline;
	color: #47B1D3;
}

ul.navigation a.selected {
	
	color: #47B1D3;
}

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

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

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

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

.hide {
    display: none;
}