body {
  margin: 0;
  background: #000000 url(images/10-years-of-groovenite.png) 50% 0 no-repeat;
  font: 12px "Calibri", "Arial", sans-serif;
  text-align: center;
  color: #eee;
}
a {
	color: #ffffe9;
}

#wrapper {  
  margin: 0 auto;
  width: 620px;
}

#slider {
  width: 620px;
  top: 380px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
#footer {
	border-top: 1px solid #fff;
	font: 10px "Calibri", "Arial", sans-serif;
	text-align: left;
	top: 360px;
	position: relative;
}
#social {
	font: 10px "Calibri", "Arial", sans-serif;
	text-align: left;
	top: 360px;
	position: relative;
}
#social a{
	margin-right: 10px;
}
.scroll {
  height: 300px;
  width: 620px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 580px;
}

ul.navigation {
  list-style: none;
  padding: 0;
  margin: 0 0 0 40px;
  text-align: center;
}

ul.navigation li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0 6px 0 0;
}

ul.navigation a {
  width: 90px;
  text-decoration: none;
  color: #601b48;
  height: 21px;   
  line-height: 21px;
  background: url(images/button.png) top left no-repeat;
  display: block;
  text-align: center;
  text-decoration: none;  
  outline: none;
}

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

ul.navigation a.selected {
  color: #ffffe9;
}

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

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

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

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

.hide {
    display: none;
}
.left {
	float: left;
	width: 240;
	margin-right: 20px;
}
.right {

}
