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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.slideBlock, .slideBlock-NoSQSS {
  position: relative;
  overflow: hidden;
}
.slideBlock .slideEffect, .slideBlock-NoSQSS .slideEffect {
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 1000px) {
  .slideBlock .slideEffect, .slideBlock-NoSQSS .slideEffect {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}

.slidePoint {
  width: 100%;
  bottom: 10px;
  text-align: center;
}
@media (min-width: 1000px) {
  .slidePoint {
    bottom: 40px;
  }
}
.slidePoint .point {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 8px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}
.slidePoint .point:hover {
  background-color: #333333;
}
.slidePoint .point:last-child {
  margin-right: 0px;
}
.slidePoint .here {
  background-color: black;
}
.slidePoint .here:hover {
  background-color: black;
}

.slideController {
  display: none;
}
@media (min-width: 1000px) {
  .slideController {
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: 0px;
    margin-top: 210px;
  }
  .slideController .slideCPrevSlide, .slideController .slideCNextSlide {
    width: 60px;
    height: 100%;
    cursor: pointer;
  }
  .slideController .slideCPrevSlide {
    display: none;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .slideController .slideCPrevSlide {
    background-image: url("../_images/sqss-ui-sprite.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    float: left;
  }
}
@media (min-width: 1000px) {
  .slideController .slideCNextSlide {
    display: none;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .slideController .slideCNextSlide {
    background-image: url("../_images/sqss-ui-sprite.svg");
    background-repeat: no-repeat;
    background-position: -60px 0px;
    display: block;
    float: right;
  }
}

.slideController-first .slideCPrevSlide {
  display: none;
}
@media (min-width: 1000px) {
  .slideController-first .slideCPrevSlide {
    display: block;
  }
}

.slideController-last .slideCNextSlide {
  display: none;
}
@media (min-width: 1000px) {
  .slideController-last .slideCNextSlide {
    display: block;
  }
}

.slideCaption {
  margin: 55px auto 20px auto;
}
@media (min-width: 720px) {
  .slideCaption {
    margin: 100px auto 20px auto;
  }
}
@media (min-width: 768px) {
  .slideCaption {
    width: 700px;
  }
}
@media (min-width: 1000px) {
  .slideCaption {
    margin: 140px auto 20px auto;
  }
}
.slideCaption ul {
  height: 96px;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 400px) {
  .slideCaption ul {
    height: 72px;
  }
}
@media (min-width: 600px) {
  .slideCaption ul {
    height: 48px;
  }
}
.slideCaption ul li {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  position: absolute;
  top: 0px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  opacity: 0;
}
.slideCaption ul li strong {
  font-weight: bold;
}
.slideCaption ul li.showThis {
  opacity: 1;
}

.sqss-regular {
  width: 100%;
  margin: auto;
  margin-top: 40px;
  position: relative;
}
.sqss-regular .slideBlock {
  width: 280px;
  height: 160px;
  margin: auto;
}
@media (min-width: 400px) {
  .sqss-regular .slideBlock {
    width: 340px;
    height: 200px;
  }
}
@media (min-width: 600px) {
  .sqss-regular .slideBlock {
    width: 520px;
    height: 290px;
  }
}
@media (min-width: 720px) {
  .sqss-regular .slideBlock {
    width: 580px;
    height: 320px;
  }
}
@media (min-width: 1000px) {
  .sqss-regular .slideBlock {
    width: 80%;
    height: 420px;
  }
}
.sqss-regular .slideBlock .slideFrame {
  width: 100%;
  height: 100%;
  position: absolute;
}
.sqss-regular .slideBlock .slideFrame .img-wrapper img {
  max-width: 100%;
}
@media (min-width: 1000px) {
  .sqss-regular .slideController {
    margin-top: 160px;
  }
}
.sqss-regular .slideCaption {
  margin: 20px auto;
}
.slideController-first .slideCPrevSlide {
  display: none;
}
.slideController-last .slideCNextSlide {
  display: none;
}