
* { position: relative; }

html,
body {
  position: static;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222;
  text-shadow: 1px 1px 1px #fff;
}

a,
a:hover { color: #0066cc; }

a img { border: none; }

.container {
  max-width: 940px;
  margin: 40px auto;
}

.inl { display: inline-block; }

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  border: none;
  text-shadow: none;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  background: #aaa;
}

.my-slideshow {
  position: relative;
  width: 640px;
  margin: 40px auto;
  border: 5px solid #fff;
  background: #eee;
}

.my-slideshow-controls {
  text-align: center;
  padding: 5px;
  background: #ddd;
}

.my-slideshow-slides {
  position: relative;
  width: 640px;
  height: 400px;
  overflow: hidden;
}

.my-slideshow-slide {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.my-slideshow-counter {
  text-align: center;
  padding: 10px 0;
  font-style: italic;
  background: #ddd;
}

.my-slideshow-playing .my-slideshow-play,
.my-slideshow-paused .my-slideshow-pause {
  background: #555;
  color: #fff;
}
