#slider {
  position:absolute;
  top:137px;
  left:10%;
  width: 80%;
  height:calc(100% - 136px);
  z-index: 0;
  border: 0 dashed #ccc;
  background:rgba(0,0,0,0.0);
}
#navLeft {
  left:-35px;
}
#navRight {
  left:calc(100% + 5px);
  background-position:-29px;
}
.navHover {
  position:absolute;
  top:calc(30% - 0px);
  width:30px;
  height:30px;
  background:url(../images/arrows-lt.png);
  background-repeat:no-repeat;
  background-size: 58px 30px;
  opacity:0.5;
  visibility:visible;
  z-index:5;
}
.navHover:hover {
  background:url(../images/arrows-dk.png);
  background-repeat:no-repeat;
  background-size: 58px 30px;
  opacity:1;
}
#mask {
  position:relative;
  top:5px;
  left:5px;
  width:calc(100% - 10px);
  height:calc(100% - 5px);
  border: 0 solid #ccc;
  overflow:hidden;
  background:rgba(255,0,0,0.0);
}
.wrapper {
  position:relative;
  top:0;
  left:0;
  white-space:nowrap;
  width:100%;
  height:100%;
  display:none;
  background:rgba(255,0,0,0.0);
}
.wrapper > div {
  position:relative;
  top:0px; !important!
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width:100%;
  height:100%;
  background:rgba(0,0,255,0.0);
  overflow:hidden;
}
/*nav dots */
#container {
  position:absolute;
  text-align:center;
  top: -20px; /* calc(70% -20px);  CHECK THIS */
  width:100%;
  height:20px;
  z-index: 100;
  opacity:1;
  padding:5px 5px 5px 5px;
}
.dot {
  display:inline-block;
  width:8px;
  height:8px;
  margin:0 5px 0 5px;
  border-radius: 50%;
  background:#D6C298;
  opacity:0.8;
}
.dot:hover {
  margin:-3px 4px 0 4px;
  width:11px;
  height:11px;
  background:#C48464;
}
.dot:active {
  background:#C30;
}
.dotActive {
  background:#C30;
}

/* images and text styles */
.imgH60 {
  position:relative;
  height:60%;
  width:auto;
}
.imgH70 {
  position:relative;
  top:0;
  height:70%;
  width:auto;
}
.imgH75 {
  position:relative;
  top:0;
  height:75%;
  width:auto;
}
.imgH80 {
  position:relative;
  top:0;
  height:80%;
  width:auto;
}
.imgH85 {
  position: inherit;
  height:85%;
  width:auto;
}
.imgH90 {
  position:relative;
  height: 90%;
  width:auto;
}
.imgH100 {
  position:relative;
  height: 100%;
  width:auto;
}
.imgW70 {
  position:relative;
  float:left;
  width: 70%;
  height: auto;
}
.imgW90 {
  position:relative;
  width: 90%;
  height: auto;
}
.imgW100 {
  position:relative;
  width:100%;
  height: auto;
}
.imgFloatLeft {
  float:left;
}
.headerCentered, .headerLeft, .headerLeftNarrow {
  font-weight:400;
  font-size:1em;
  color:#C30;
  white-space: normal;
}
.textCentered, .textLeft, .textLeftNarrow {
  font-weight:100;
  font-size:0.75em;
  color:#666;
  white-space: normal;
  margin:2px 0 0 0;
}
.headerCentered {
  text-align:center;
}
.textCentered {
  text-align:center;
}
.headerLeft {
  position:relative;
}
.textLeft {
  position:relative;
  white-space: normal;
}
.slide {
  blank;
}
.slideLink {
  font-size:0.75em;
  margin:5px 0 0 0;
}

/* mobile landscape 568 - 900 width */
@media only screen and (max-width: 600px) and (max-height: 320px) {
  .headerCentered, .headerLeft, .headerLeftNarrow {
    font-weight:400;
    font-size:0.7em;
    color:#C30;
    white-space: normal;
    margin:5px 0 0 0;
  }
  .textCentered, .textLeft, .textLeftNarrow {
    font-weight:100;
    font-size:0.65em;
    color:#666;
    white-space: normal;
    margin:2px 0 0 0;
  }
  .slideLink {
    font-size:0.65em;
    margin:2px 0 0 0;
  }
}

/* desktop 900+ pixels wide */
@media only screen and (min-width: 600px) and (min-height:500px) {
  #container2 {
    position:absolute;
    text-align:center;
    top:calc(70% - 20px);
    left:10%;
    width:80%;
    height:20px;
    z-index: 200000;
    padding:5px 5px 5px 5px;
    margin:10px 0 0 0;
  }
  .headerCentered, .headerLeft, .headerLeftNarrow {
    font-weight:400;
    font-size:1em;
    color:#C30;
    white-space: normal;
  }
  .textCentered, .textLeft, .textLeftNarrow {
    font-weight:100;
    font-size:0.75em;
    color:#666;
    white-space: normal;
    margin:5px 0 0 0;
  }
  .slideLink {
    font-size:0.75em;
    margin:5px 0 0 0;
  }
}

/* MISCELLANEOUS STYLES */
.marginL0 {
  margin-left:0;
}
.marginT0 {
  margin-top:0;
}
.marginT10 {
  margin-top:10px;
}
.marginR0 {
  margin-right:0;
}
.marginR15 {
  margin-right:15px;
}
.marginB0 {
  margin-bottom:0;
}
.noMargin {
  margin:0;
}
.noPadding {
  padding:0;
}
.alignCtr {
  text-align:center;
}
.alignLft {
  text-align:left;
}
