/* Moving Boxes demo CSS */
* {
  margin: 0;
  padding: 0;
}

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

#wrapper {
}

/* Moving Boxes title image wrapper */
#title {
  text-align: center;
}
#title img {
  border: 0;
}

/* panel images */
.mb-inside img {
}

#slider-two .current img {
}

/* panel links */
.mb-inside a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}
.mb-inside a:hover {
  border-bottom: 1px solid #999;
}

/* Add/remove panels buttons */
.buttons {
  padding: 5px 10px;
  text-align: center;
}

/* direct link styling */
.dlinks {
  text-align: center;
  font-size: 20px;
}
