* {
  margin: 0;
  padding: 0;
}

body {
  font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {}

#title {
  text-align: center;
}

.slider {
  width: 700px;
  border: 5px solid #ccc;
  margin: 0 auto;
}

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

.active-slider {
  border-color: #19415a;
}

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

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

.inside {
  padding: 10px;
  border: 1px solid #999;
}

.inside img {
  display: block;
  border: 1px solid #666;
  margin: 0 0 10px 0;
  width: 100%;
}

.inside h2 {
  font-weight: normal;
  color: #000;
  font-size: 20px;
  margin: 0 0 8px 0;
}

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

a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

a:hover {
  border-bottom: 1px solid #999;
}

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

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

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

.hide {
  display: none;
}

.dlinks {
  text-align: center;
  font-size: 20px;
}