
* {
  margin: 0;
  padding: 0;
}

* { -webkit-tap-highlight-color: rgba(255,0,0,0) }

html, body { width: 100% }

body {
  overflow: scroll;
  overflow-x: hidden
}

body { font-family: Helvetica; }

a { text-decoration: none; }

a:hover { text-decoration: none; }

a:link, a:visited {
  text-decoration: none;
  outline: none;
}

a:hover { text-decoration: none; }

ul, ol, li { list-style-type: none; }

body { background-color: #EEEEEE; }

.s-w-t {
  position: relative;
  overflow: hidden;
  width: 100%
}

.s-w-b {
  position: relative;
  overflow: hidden;
  width: 200px
}

.slider {
  position: absolute;
  overflow: hidden;
  z-index: 500;
  display: none
}

.slider li {
  float: left;
  display: inline;
}

.slider li img {
  display: block;
  width: 100%;
  height: 100%
}
