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

/*.scroll {
    width: 950px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 950px;
}*/
.scroll {
	/*height: auto;*/
	height:360px; /*made need to change depending how it works*/
	width: 950px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
 
.scrollContainer div.panel {
    height: auto;
    width: 950px;	overflow: auto;
	overflow-x: hidden;

}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 11px 24px 8px;
	background-color: #000;
	font-family: arial, helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
	height:15px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

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

ul.navigation a:hover {
	color: #D8933D;
}

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

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

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

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

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

.hide {
    display: none;
}