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

.scroll {
    height: 184px;
    width: 665px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin:1px 0 0 1px;
}

.scrollContainer div.panel {
    height: 184px;
    width: 665px;
}


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

ul.navigation li {
    display: inline;

}

ul.navigation a {	
background-color: #fff;
	border: solid 1px #ccc;
	    padding: 10px;
		font-weight:bold;
    color: #000;
    text-decoration: none;
}

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

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

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

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

.scrollButtons.left {
    left: 10px;
	z-index:1000;
}

.scrollButtons.right {
    right: 10px;
}

.hide {
    display: none;
}
