* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wt-rotator {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #000;
  border: none;
  position: relative;
  width: 557px;
  height: 310px;
  overflow: hidden;
}

.wt-rotator a {
  outline: none;
}

.wt-rotator .screen {
  position: relative;
  top: 0;
  left: 0;
  width: 557px;
  height: 310px;
  overflow: hidden;
}

.wt-rotator #strip {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.wt-rotator .content-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.wt-rotator .main-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 0;
}

.wt-rotator .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #000 url(../assets/loader.gif) center no-repeat;
  background: rgba(0, 0, 0, .7) url(../assets/loader.gif) center no-repeat;
  z-index: 4;
  display: none;
}

.wt-rotator #timer {
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #FFF;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 4;
  visibility: hidden;
  font-size: 0;
}

.wt-rotator .desc {
  color: #000;
  position: absolute;
  color: #FFF;
  z-index: 6;
  overflow: hidden;
  visibility: hidden;
  text-align: left;
}

.wt-rotator .inner-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: .9;
  filter: alpha(opacity=90);
  opacity: .9;
  z-index: 0;
}

.wt-rotator .inner-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: auto;
  height: auto;
  z-index: 1;
}

.wt-rotator .c-panel {
  position: absolute;
  top: 0;
  z-index: 7;
  visibility: hidden;
  margin-left: 15px !important;
  margin-bottom: 10px !important;
}

.wt-rotator .outer-hp,
.wt-rotator .outer-vp {
  position: absolute;
  background: #333;
  background: -moz-linear-gradient(#444, #111);
  background: -webkit-gradient(linear, 0 top, 0 bottom, from(#444), to(#111));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111', GradientType=0);
  border: 1px solid #000;
}

.wt-rotator .outer-hp {
  left: 0;
  width: 100%;
  border-left: none;
  border-right: none;
}

.wt-rotator .outer-vp {
  top: 0;
  height: 100%;
  border-top: none;
  border-bottom: none;
}

.wt-rotator .back-scroll,
.wt-rotator .fwd-scroll {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../assets/spacer.png) no-repeat;
}

.wt-rotator .thumbnails {
  display: inline;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.wt-rotator .buttons {
  float: left;
  overflow: hidden;
  margin: 0 2px 0 0;
  padding: 0;
  width: 100px !important;
  height: 20px;
}

.wt-rotator .thumbnails ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wt-rotator .thumbnails ul.inside {
  position: absolute;
  top: 0;
  left: 0;
}

.wt-rotator .thumbnails li,
.wt-rotator .play-btn,
.wt-rotator .prev-btn,
.wt-rotator .next-btn {
  position: relative;
  list-style: none;
  display: inline;
  float: left;
  overflow: hidden;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  text-align: center;
  color: #FFF;
  /*background-color:#bababa;*/
  /*background:-moz-linear-gradient(#333, #000);
  background:-webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
  border:1px solid #000;*/
  cursor: pointer;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: default;
  margin-right: 2px !important;
  /*
  -moz-opacity:.8;
  filter:alpha(opacity=80);
  opacity:0.8;
  */
  /* Fallback for web browsers that doesn't support RGBa */
  /*background-color: rgb(186, 186, 186);*/
  /* RGBa with 0.6 opacity */
  background-color: rgba(186, 186, 186, 0.6) !important;
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#babababa, endColorstr=#babababa);*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#babababa, endColorstr=#babababa)";*/
}

.wt-rotator .thumbnails li.thumb-over {
  color: #FFF;
  /*background-color:#5b5b5b;*/
  /*background-color: rgb(91, 91, 91) !important;*/
  /* RGBa with 0.6 opacity */
  background-color: rgba(91,91,91,0.6) !important;
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b5b', endColorstr='#5b5b5b5b') !important;*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5b5b5b, endColorstr=#5b5b5b5b)" !important; */
}

.wt-rotator .thumbnails li.curr-thumb {
  color: #FFF;
  /*background-color:#5b5b5b;*/
  cursor: default;
  /*background-color: rgb(91, 91, 91) !important;*/
  /* RGBa with 0.6 opacity */
  background-color: rgba(91,91,91,0.6) !important;
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b5b', endColorstr='#5b5b5b5b');*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5b5b5b, endColorstr=#5b5b5b5b)";*/
  /*
  -moz-opacity:.6;
  filter:alpha(opacity=60);
  opacity:0.6;
  */
}

.wt-rotator .thumbnails li.image {
  background: #000;
}

.wt-rotator .thumbnails li.image.curr-thumb,
.wt-rotator .thumbnails li.image.thumb-over {
  border-color: #06F;
}

.wt-rotator .thumbnails li.image a {
  display: block;
  border: 0;
}

.wt-rotator .thumbnails li.image img {
  display: block;
  border: 0;
  position: absolute;
  -moz-opacity: .85;
  filter: alpha(opacity=85);
  opacity: .85;
}

.wt-rotator .thumbnails li.image.thumb-over img {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.wt-rotator .thumbnails li.image.curr-thumb img {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: default;
}

.wt-rotator .thumbnails li * {
  display: none;
}

.wt-rotator .thumbnails li div {
  position: relative;
  color: #FFF;
  background-color: #000;
  width: auto;
  height: auto;
}

.wt-rotator .button-over {}

.wt-rotator .play-btn {
  background: #BABABA url(../assets/play.png);
  background: url(../assets/play.png), -moz-linear-gradient(#BABABA, #BABABA);
  background: url(../assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#BABABA), to(#BABABA));
}

.wt-rotator .play-btn.button-over {
  background: url(../assets/play.png), -moz-linear-gradient(#5B5B5B, #5B5B5B);
  background: url(../assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#5B5B5B), to(#5B5B5B));
}

.wt-rotator .pause {
  background: #BABABA url(../assets/pause.png);
  background: url(../assets/pause.png), -moz-linear-gradient(#BABABA, #BABABA);
  background: url(../assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#BABABA), to(#BABABA));
}

.wt-rotator .pause.button-over {
  background: url(../assets/pause.png), -moz-linear-gradient(#5B5B5B, #5B5B5B);
  background: url(../assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#5B5B5B), to(#5B5B5B));
}

.wt-rotator .prev-btn {
  font-size: 16px;
  padding: 0;
  /*background-color: rgb(186, 186, 186) !important;*/
  /* RGBa with 0.6 opacity */
  background-color: rgba(186,186,186,0.6);
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#babababa, endColorstr=#babababa);*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#babababa, endColorstr=#babababa)";*/
  /*
  background:#bababa url(../assets/prev.png) 5px 3px no-repeat;
  background:url(../assets/prev.png), -moz-linear-gradient(#DDD, #BBB);
  background:url(../assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
  */
}

.wt-rotator .prev-btn.button-over {
  /*background-color: rgb(91, 91, 91) !important;*/
  /* RGBa with 0.6 opacity */
  background-color: rgba(91,91,91,0.6) !important;
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5b5b5b, endColorstr=#5b5b5b5b) !important;*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5b5b5b, endColorstr=#5b5b5b5b)" !important; */
  /*background:#5b5b5b url(../assets/prev.png) 5px 3px no-repeat !important;
  background:url(../assets/prev.png), -moz-linear-gradient(#333, #000);
  background:url(../assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
  */
}

.wt-rotator .next-btn {
  /*background-image: url(../assets/next.png);
  background-position:5px 3px;
  background-repeat:no-repeat;
  */
  font-size: 16px;
  /*background-color: rgb(186, 186, 186) !important;*/
  /* RGBa with 0.6 opacity */
  background-color: rgba(186,186,186,0.6);
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#babababa, endColorstr=#babababa);*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#babababa, endColorstr=#babababa)";*/
  /*
  background:url(../assets/next.png), -moz-linear-gradient(#DDD, #BBB);
  background:url(../assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
  */
}

.wt-rotator .next-btn.button-over {
  /*background:#5b5b5b url(../assets/next.png) 5px 3px no-repeat !important*/
  /*background-color: rgb(91, 91, 91) !important;*/
  /* RGBa with 0.6 opacity */
  background-color: rgba(91,91,91,0.6) !important;
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5b5b5b, endColorstr=#5b5b5b5b) !important;*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5b5b5b, endColorstr=#5b5b5b5b)" !important;*/
  /*
  background:url(../assets/next.png), -moz-linear-gradient(#5b5b5b, #5b5b5b);
  background:url(../assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#5b5b5b), to(#5b5b5b));
  */
}

.wt-rotator .up {
  background: #000 url(../assets/up.png);
  background: url(../assets/up.png), -moz-linear-gradient(#333, #000);
  background: url(../assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}

.wt-rotator .up.button-over {
  background: url(../assets/up.png), -moz-linear-gradient(#DDD, #BBB);
  background: url(../assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}

.wt-rotator .down {
  background: #000 url(../assets/down.png);
  background: url(../assets/down.png), -moz-linear-gradient(#333, #000);
  background: url(../assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}

.wt-rotator .down.button-over {
  background: url(../assets/down.png), -moz-linear-gradient(#DDD, #BBB);
  background: url(../assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}

#rotator-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

#rotator-tooltip.txt-up {
  margin-left: -10px;
  margin-bottom: 5px;
  background: url(../assets/vtip.png) no-repeat;
  background-position: 10px bottom;
  background-position-x: 10px;
  background-position-y: bottom;
}

#rotator-tooltip.txt-down {
  margin-left: -10px;
  margin-top: 24px;
  background: url(../assets/vtip.png) no-repeat;
  background-position: 10px top;
  background-position-x: 10px;
  background-position-y: top;
}

#rotator-tooltip.img-up {
  background: url(../assets/vtip.png) center bottom no-repeat;
}

#rotator-tooltip.img-down {
  background: url(../assets/vtip.png) center top no-repeat;
}

#rotator-tooltip.img-right {
  background: url(../assets/htip.png) left center no-repeat;
}

#rotator-tooltip.img-left {
  background: url(../assets/htip.png) right center no-repeat;
}

#rotator-tooltip .tt-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  background-color: #000;
  max-width: 300px;
  padding: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 8px 0;
}

#rotator-tooltip img {
  display: none;
  background-color: #000;
  padding: 3px;
  margin: 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.wt-rotator .s-prev,
.wt-rotator .s-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  background: url(../assets/large_buttons.png) no-repeat;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  opacity: .7;
  z-index: 8;
}

.wt-rotator .s-prev {
  left: 0;
  background-position: 0 0;
}

.wt-rotator .s-next {
  left: 100%;
  margin-left: -30px;
  background-position: -30px 0;
}

.wt-rotator .s-prev.button-over,
.wt-rotator .s-next.button-over {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: transparent !important;
}

.wt-rotator .block,
.wt-rotator .vpiece,
.wt-rotator .hpiece {
  position: absolute;
  z-index: 2;
}