
#slide-wrapper {
	color:#000;
	background: #FFF url('images/slider-bg.png') top no-repeat;
    width: 639px;
    font: normal 1.0em sans-serif;
	margin-bottom: 10px;
}

#shade {
    background: #fff url('images/category-post-bg.gif') no-repeat 0 0;
    height: 11px;
}

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

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

ul.slider-navigation a {
    padding: 1px;
    color: #fff;
	font-weight: bold;
}

ul.slider-navigation a:hover {
    color: #fff;
}

ul.slider-navigation a.selected {
	color: c06;
}

ul.slider-navigation a:focus {
    outline: none;
    text-decoration: underline;
}

.panel img {
  border: 5px solid #c06;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float:left;
}


.panel a  {
  text-decoration:underline;
}

.panel a:hover {
  background: #fff;
  text-decoration: none;
}

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

.scroll {
  height: 200px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scroll a{
  color: #f0c;
}

.scrollContainer div.panel {
  padding: 15px;
  height: 150px;
  width: 550px; /* change to 560px if not using JS to remove rh.scroll */
}

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

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

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

.hide {
    display: none;
}