@charset "UTF-8";

#coverSlideContainer{
	list-style:none;
}

#coverSlide {
  width: 100%;
  height: 345px;
  margin:0 auto 10px auto;
  overflow: hidden;
  position: relative;
  background: url(../img/cover-loader.gif) 50% 50% no-repeat;
}
#coverSlide > ul#coverSlideContainer {
  width: 1000px;
  height: 300px;
  margin-left: -500px;
  position: absolute;
  left: 50%;
}
#coverSlide > ul#coverSlideContainer > li {
  width: 1000px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
#coverSlide > ul#coverSlideContainer > li {
  display: none;
}

#coverSlide > ul#coverIndex {
  font-size: 0;
  width: 1000px;
  height: 10px;
  padding: 0 10px;
  margin: 325px auto 0;
  overflow: hidden;
  text-align: center;
}
#coverSlide > ul#coverIndex > li {
  display: inline-block;
  float: none;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: url(../img/cover-nav-dot.png) 0 0 no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  cursor: pointer;
}
#coverSlide > ul#coverIndex > li.current {
  background: url(../img/cover-nav-dot-current.png) 0 0 no-repeat;
}