/*
* Rotator - Liveball UI - Readymade Widget Library
* Developed with jQuery 1.7.2 & jGestures 0.87
* @author Keith Daulton
*/
/* GENERIC LAYOUT RULES -------------------------------------------- */
.lbui_rotator {
  /* structure */

  position: relative;
  min-width: 300px;
  max-width: 2000px;
  /* theme */

  /* SLIDE STYLES */

  /* CONTROL STYLES */

  /* NAV STYLES */

}
.lbui_rotator.lbui_below {
  margin-bottom: 36px;
}
.lbui_rotator .lbui_slides {
  /* structure */

  position: relative;
  min-height: 100px;
  overflow: hidden;
  /* theme */

}
.lbui_rotator .lbui_slide {
  /* structure */

  position: absolute;
  min-height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  /* opacity:0.0; */

  /* theme */

  background-color: transparent;
  /*#fff*/

  background-repeat: no-repeat;
  background-position: left top;
}
.lbui_rotator .lbui_slide.lbui_left.lbui_top {
  background-position: left top;
}
.lbui_rotator .lbui_slide.lbui_left.lbui_middle {
  background-position: left center;
}
.lbui_rotator .lbui_slide.lbui_left.lbui_bottom {
  background-position: left bottom;
}
.lbui_rotator .lbui_slide.lbui_center.lbui_top {
  background-position: center top;
}
.lbui_rotator .lbui_slide.lbui_center.lbui_middle {
  background-position: center center;
}
.lbui_rotator .lbui_slide.lbui_center.lbui_bottom {
  background-position: center bottom;
}
.lbui_rotator .lbui_slide.lbui_right.lbui_top {
  background-position: right top;
}
.lbui_rotator .lbui_slide.lbui_right.lbui_middle {
  background-position: right center;
}
.lbui_rotator .lbui_slide.lbui_right.lbui_bottom {
  background-position: right bottom;
}
.lbui_rotator .lbui_slide.lbui_curr {
  z-index: 2;
}
.lbui_rotator .lbui_slide.lbui_active {
  z-index: 3;
}
.lbui_rotator .lbui_slide.lbui_bg_responsive {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.lbui_rotator .lbui_slide .lbui_content {
  padding: 20px;
}
.lbui_rotator .lbui_slide .lbui_content img {
  float: right;
}
.lbui_rotator .lbui_layered .lbui_content {
  position: absolute;
  top: 0;
  left: 0;
}
.lbui_rotator.lbui_slide_horiz_indent .lbui_content {
  padding: 20px 60px;
}
.lbui_rotator .lbui_controls {
  /* structure */

  position: relative;
  /* overflow:hidden; */

  width: 100%;
  z-index: 5;
  /* theme */

}
.lbui_rotator .lbui_controls ul {
  margin: 0;
}
.lbui_rotator .lbui_controls_inner {
  text-align: right;
}
.lbui_rotator .lbui_prev,
.lbui_rotator .lbui_auto,
.lbui_rotator .lbui_next {
  /* structure */

  position: absolute;
  top: 0;
  z-index: 1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 30px;
  /* theme */

  background-image: none;
  background: #bbbbbb;
  background: rgba(153, 153, 153, 0.3);
  *background: #bbbbbb;
  color: #eeeeee;
  color: rgba(255, 255, 255, 0.6);
  *color: #eeeeee;
  text-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.lbui_rotator .lbui_prev {
  left: 4px;
}
.lbui_rotator .lbui_next {
  right: 4px;
}
.lbui_rotator .lbui_auto .lbui_play {
  display: none;
}
.lbui_rotator .lbui_prev:hover,
.lbui_rotator .lbui_auto:hover,
.lbui_rotator .lbui_next:hover {
  /* theme */

  background: #999999;
  background: rgba(153, 153, 153, 0.7);
  *background: #999999;
  color: #fff;
  text-shadow: none;
}
.lbui_rotator .lbui_controls {
  /* styles */

}
.lbui_rotator .lbui_controls.lbui_align_below {
  position: absolute;
  bottom: -4px;
}
.lbui_rotator .lbui_controls.lbui_align_below .lbui_prev {
  left: 0;
}
.lbui_rotator .lbui_controls.lbui_align_below .lbui_next {
  right: 0;
}
.lbui_rotator .lbui_controls.lbui_align_below .lbui_prev,
.lbui_rotator .lbui_controls.lbui_align_below .lbui_auto,
.lbui_rotator .lbui_controls.lbui_align_below .lbui_next {
  font-size: 12px;
  padding: 5px 8px;
  /* theme */

  background-image: none;
  background: #eeeeee;
  /* Old browsers */

  background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
  /* W3C */

  color: #666;
  text-shadow: 0 1px 0 #fff;
}
.lbui_rotator .lbui_controls.lbui_align_below .lbui_prev:hover,
.lbui_rotator .lbui_controls.lbui_align_below .lbui_auto:hover,
.lbui_rotator .lbui_controls.lbui_align_below .lbui_next:hover {
  /* theme */

  background: #bbbbbb;
  /* Old browsers */

  background: -moz-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #bbbbbb 0%, #999999 100%);
  /* W3C */

  color: #fff;
  text-shadow: none;
}
.lbui_rotator .lbui_controls.lbui_align_top {
  position: absolute;
  top: 4px;
}
.lbui_rotator .lbui_controls.lbui_align_middle {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.lbui_rotator .lbui_controls.lbui_align_bottom {
  position: absolute;
  bottom: 54px;
}
.lbui_rotator .lbui_nav {
  /* structure */

  position: relative;
  overflow: hidden;
  min-height: 30px;
  margin: 0;
  width: 100%;
  z-index: 4;
}
.lbui_rotator .lbui_nav.lbui_align_below {
  position: absolute;
  bottom: -34px;
}
.lbui_rotator .lbui_nav.lbui_align_top {
  position: absolute;
  top: 4px;
}
.lbui_rotator .lbui_nav.lbui_align_bottom {
  position: absolute;
  bottom: 4px;
}
.lbui_rotator .lbui_nav .lbui_nav_inner {
  overflow: hidden;
  text-align: center;
  margin: 0;
}
.lbui_rotator .lbui_nav.lbui_align_left {
  left: 60px;
}
.lbui_rotator .lbui_nav.lbui_align_left .lbui_nav_inner {
  text-align: left;
}
.lbui_rotator .lbui_nav.lbui_align_right {
  right: 60px;
}
.lbui_rotator .lbui_nav.lbui_align_right .lbui_nav_inner {
  text-align: right;
}
.lbui_rotator .lbui_nav .lbui_toggle {
  /* structure */

  display: inline-block;
  zoom: 1;
  *display: inline;
  *margin: 0px 1px;
  padding: 4px 8px;
  cursor: pointer;
  /* theme */

  background-image: none;
  background: #eeeeee;
  /* Old browsers */

  background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
  /* W3C */

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
}
.lbui_rotator .lbui_nav .lbui_toggle:hover {
  /* theme */

  background: #bbbbbb;
  /* Old browsers */

  background: -moz-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #bbbbbb 0%, #999999 100%);
  /* W3C */

  color: #fff;
  text-shadow: none;
}
.lbui_rotator .lbui_nav .lbui_toggle.lbui_active {
  /* theme */

  background: #444444;
  /* Old browsers */

  background: -moz-linear-gradient(top, #555555 8%, #444444 20%, #333333 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #555555), color-stop(20%, #444444), color-stop(100%, #333333));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #555555 8%, #444444 20%, #333333 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #555555 8%, #444444 20%, #333333 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #555555 8%, #444444 20%, #333333 100%);
  /* IE10+ */

  background: linear-gradient(top, #555555 8%, #444444 20%, #333333 100%);
  color: #fff;
  text-shadow: 0 -1px 0 #000000;
}
.lbui_rotator .lbui_nav .lbui_toggle.lbui_active:hover {
  /* theme */

  -moz-box-shadow: inset 0 0 3px #eee;
  -webkit-box-shadow: inset 0 0 3px #eee;
  box-shadow: inset 0 0 3px #eee;
}
.lbui_rotator .lbui_nav.lbui_dots .lbui_toggle {
  background: transparent;
  padding: 0;
  font-size: 48px;
  line-height: 24px;
  color: #ccc;
  color: rgba(187, 187, 187, 0.5);
  *color: #ccc;
  text-shadow: none;
}
.lbui_rotator .lbui_nav.lbui_dots .lbui_toggle:hover {
  color: #eee;
  color: rgba(230, 230, 230, 0.5);
  *color: #eee;
}
.lbui_rotator .lbui_nav.lbui_dots .lbui_toggle.lbui_active {
  color: #fff;
  text-shadow: 0 0 2px #333;
}
.lbui_rotator .lbui_nav.lbui_dots .lbui_toggle.lbui_active:hover {
  /* theme */

  text-shadow: 0 0 3px #000;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lbui_rotator.lbui_init .lbui_prev,
.lbui_rotator.lbui_init .lbui_auto,
.lbui_rotator.lbui_init .lbui_next {
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.lbui_rotator.lbui_init .lbui_nav .lbui_toggle {
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
