.listbox,
.thumbsbox,
.leadbox {
  position: relative;
  overflow: hidden;
  display: block;
  clear: both;
}

.leadbox {
  background: url("../images/loading.gif") no-repeat scroll center center #f3f3f3;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

/*
.thumbsbox {
  border: none;
  white-space: nowrap;
  margin: 4px 0;
  padding: 3px 0;
}
*/
.thumb .num {
  display: block;
  text-shadow: 0 0 3px #bfbfbf;
}
/*
.thumb {
  float: left;
  margin: 0 1px 0 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
*/
.thumb img {
  float: left;
  opacity: 0.2;
}
.thumb.active,
.thumb:hover,
.thumb.active img,
.thumb:hover img,
.thumb:hover .num {
  opacity: 1;
}
.thumb .num {
    color: white;
    width: 100%;
    height: 100%;
    font-size: 35px;
    line-height: 29px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    opacity: 0.8;
    font-family: "Passion One", arial;
    font-size: 20.58px;
    color: black;
    padding: 0 10px;
    opacity: .5;
}
.thumb.active .num {
  display: block;
  opacity: 1;
}
.thumbsboxnav {
  width: 42px;
  height: 20px;
  background: #ddd;
  position: relative;
  border: 1px solid #bbb;
  float: right;
}
.thumbsboxnav .leftnav,
.thumbsboxnav .rightnav {
  background: #fff;
  width: 21px;
  height: 20px;
  opacity: 0.9;
  display: inline-block;
}
.thumbsboxnav .leftnav:hover,
.thumbsboxnav .rightnav:hover {
  background: #eee;
  opacity: 1;
}
.thumbsboxnav .leftnav.off:hover,
.thumbsboxnav .rightnav.off:hover {
  background: #fff;
  opacity: 0.9;
}
.thumbsboxnav .leftnav .arrow,
.thumbsboxnav .rightnav .arrow {
  background-image: url('../images/list-nav-sprite.png');
  width: 7px;
  height: 10px;
  position: absolute;
  padding: 0;
  top: 5px;
}
.thumbsboxnav .leftnav.off .arrow,
.thumbsboxnav .rightnav.off .arrow {
  opacity: 0.4;
}
.thumbsboxnav .leftnav .arrow {
  background-position: -37px -62px;
  left: 7px;
/*
  margin: -5px 0 0 -3px;
  left: 25%;
  top: 50%;
  */
}
.thumbsboxnav .rightnav .arrow {
  background-position: -44px -62px;
  left: 28px;
/*
  margin: -5px 0 0 -3px;
  left: 75%;
  top: 50%;
  */
}
.leadmagnify {
  background-color: #fff;
  background-position: -154px -8px;
  background-image: url('../images/list-nav-sprite.png');
  width: 20px;
  height: 20px;
  padding: 2px;
  cursor: pointer;
  position: absolute;
  left: 15px;
  bottom: 15px;
  opacity: 0.9;
}
#magnifylink {
  width: 100%;
  height: 100%;
  display: block;
}
a#leadlink {
  display: block;
}
.thumb img, .leadbox img {
  max-width: 100%;
}
.leadbox img {
  max-height: 500px;
}
.navbtnsbox {
  width: 150px;
  margin-bottom: 5px;
  margin: 50px auto;
}
.navbtns .leftnav,
.navbtns .rightnav {
    color: #dfdfdf;
    position: relative;
    overflow: hidden;
    display: inline-block;
    opacity: 1;
    border: 1px solid;
    vertical-align: middle;
    margin: 0 1px;
    font-weight: bold;
    line-height: 24px;
    vertical-align: bottom;
    padding: 0 5px;
    font-size: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbtns .leftnav:hover, .navbtns .rightnav:hover {
    color: #000;
    border-color: #dfdfdf;
    cursor: pointer;
}

.navbtns .leftnav {
  text-align: right;
    padding-left: 20px;
}
.navbtns .rightnav {
  background-position: -49px -8px;
  padding-right: 17px;
}
.navbtns .leftnav:hover,
.navbtns .rightnav:hover {
  opacity: 1;
}
.navbtns .leftnav .arrow,
.navbtns .rightnav .arrow {
    background: url(/img/sprite.png) transparent;
    width: 10px;
    height: 24px;
    position: absolute;
    overflow: hidden;
    opacity: 1;
    display: inline-block;
}

.navbtns .leftnav .arrow {
  background-position: -22px -914px;
    left: 3px;
    top: 0px;

}
.navbtns .rightnav .arrow {
  background-position: -22px -969px;
  right: 2px;
    top: 2px;
}
.navbtns .leftnav:hover .arrow,
.navbtns .rightnav:hover .arrow {
  opacity: 1;
}

.navnum {
    display: none;
}
.navtip {
  color: #fff;
  cursor: normal;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 12px;
  font-family: arial;
  padding: .5em 1em;
  position: relative;
  text-align: center;
  text-shadow: 0 -1px 1px #111;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -o-box-shadow: 0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444;
  -moz-box-shadow: 0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444;
  -khtml-box-shadow: 0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444;
  -webkit-box-shadow: 0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444;
  box-shadow: 0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444;
  background-color: #3b3b3b;
  background-image: -moz-linear-gradient(top,#555555,#222222);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#555555),color-stop(1,#222222));
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#555555,EndColorStr=#222222);
  -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#555555,EndColorStr=#222222)
}
.navtip:after {
  content: "\25B8";
  display: block;
  font-size: 2em;
  height: 0;
  line-height: 0;
  position: absolute;
}
.navtip:after {
  bottom: auto;
  color: #4f4f4f;
  left: -2px;
  top: 0;
  text-align: center;
  text-shadow: none;
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 100%;
}
.navtip {
  width: 55px;
  height: 12px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  z-index: 10000;
  display: none;
}

.lpad,
.rpad {
position: absolute;
height: 20px;
width: 20px;
margin-top: -20px;
top: 470px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: All 0.25s ease;
-moz-transition: All 0.25s ease;
-o-transition: All 0.25s ease;
outline: 0px dotted black;

}
.lpad {
  top: 50%;
    margin-top: -66px;
    outline: 0px dotted black;
    width: 21px;
    height: 133px;
    left: 10px;
opacity: 0;
background: url(/img/sprite.png) -574px -209px transparent;
}
.rpad {
    top: 50%;
    margin-top: -66px;
    outline: 0px dotted black;
    width: 21px;
    height: 133px;
    right: 10px;
    opacity: 0;
    background: url(/img/sprite.png) -574px -32px transparent;

}
.lpad #llink,
.rpad #rlink {
  /* background-image: url('../images/list-nav-sprite.png'); */
  width: 16px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  overflow: hidden;
  opacity: 0.8;
}
/*
.lpad #llink {
  background-position: -100px -16px;
}
.rpad #rlink {
  background-position: -120px -16px;
}
*/
.arpad {
  background-color: #fff;
  background-image: url('../images/list-nav-sprite.png');
  width: 20px;
  height: 20px;
  padding: 2px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
  display: none;
}
.arpad.off {
  background-position: -153px -31px;
}
.arpad.on {
  background-position: -171px -31px;
}
#arlink {
  width: 100%;
  height: 100%;
  display: block;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.slide-title {
    text-align: center;
}

.navbtns {
    text-align: center;
}

#start-list-link {
    width: 100%;
    display: block;
    color: #1e1e1e;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0;
}

#start-list-link:hover {
    color: #dfdfdf;
}