
#wrapper {}

#title {
  text-align: center;
} 

.slider {
  width: 700px;
  border: 1px solid white;
  margin: 0 auto;
}

.slider div.panel {
  margin: 5px 0;
  padding: 5px;
  width: 350px;
}


.active-slider {
  border-color: white;
}

.left-shadow {
  background: url(../images/design/leftshadow.png) left top repeat-y;
}

.right-shadow {
  background: url(../images/design/rightshadow.png) right top repeat-y;
}

.inside {
  padding: 10px;
  border: 1px solid #999;
  background-color: black;
}

.inside img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.inside h2 {
  font-weight: normal;
  color: white;
  font-size: 18px;
  margin: 0 0 8px 0;
}

.inside p {
  font-size: 15px;
  color: #444;
}


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

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

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

.hide {
  display: none;
}

.dlinks {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}