
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: 16px/20px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #000;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  word-spacing: -1px;
  background: #ead2b8;
}

a { color: #000; }

a:hover { text-decoration: none; }

.mb10 { margin-bottom: 10px; }

.mb20 { margin-bottom: 20px; }

.wrap {
  width: 640px;
  margin: 150px auto;
  text-align: center;
}

.slideshow {
  width: 640px;
  height: 426px;
  position: relative;
  overflow: hidden;
}

.slide, .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide { height: 100%; }

.slide img {
  display: block;
  z-index: 1;
}

.sbtn {
  position: absolute;
  cursor: pointer;
  text-indent: -99999px;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

.sbtn.next { right: 0; }

.sbtn.prev { left: 0; }
