
#slider {
	
  height:333px;
  width:912px;
  margin: 0 auto;
  text-shadow: #918987 0 1px 2px;
	background-color: black;
	text-align: center;
	font-size: 14px;
}


.scroll {
  height:333px;
  width:912px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  /*clear: left;
  
  background: #FFFFFF  repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
  padding: 0px;
  height: 333px;
  width: 912px;
}
/*
#shade {
  background: #EDEDEC  no-repeat 0 0;
  height: 50px;
}
*/
ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
 	text-shadow: gray 0 1px 2px;
	color: silver;
	background-color: #100b05;
	padding: 5px;
}

ul.navigation li {
	color: silver;
  display: inline;
  margin-right: 10px;
	background-color: #100b05;
	text-shadow: gray 0 1px 2px;
}

ul.navigation a {
  padding: 5px;
  text-decoration: none;
  color: silver;
  text-shadow: gray 0 1px 2px;
	font-weight: bold;
}

ul.navigation a:hover {
	padding: 5px;
  background-color: rgba(208,202,194,0.86);
	color: #2e1d0d;
	text-shadow: gray 0 1px 2px;
	 padding: 5px;
	
}

ul.navigation a.selected {
	padding: 5px;
  background-color: #291207;
	color: #e6e6e6;
}

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

/*
.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
  display: none;
}

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

.scrollButtons.right {
  right: -20px;
  display: none;
}
*/
.hide {
  display: none;
}
