body {
  background: #fff;
  width: 960px;
}

.newsticker li,  {
  display: none;
}

.no-scrollbars {
  overflow-x: hidden;  
  overflow-y: hidden;
  width: auto;
}

#jumbotron {
  position: relative;
  width: 960px;
  height: 700px;
}

.no-scrollbars #jumbotron {
  overflow-x: hidden;  
  overflow-y: hidden;
}

#jt-slides {
  width: 960px;
  height: 700px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.no-scrollbars #jt-slides {
  overflow-x: hidden;
  overflow-y: hidden;
}

#jt-slides-wrap {
  width: 4800px; /*-- 960 x 5 slides ---*/
  position: relative;
}

.jt-slide {
  position: absolute;
  height: 700px;
}

#jt-slide1 {
  left: 0px;
}

#jt-slide2 {
  left: 960px;
}

#jt-slide3{
  left: 1920px;
}

#jt-slide4{
  left: 2880px;
}

#jt-slide5{
  left: 3840px;
}

.jt-image {
  display: block;
}

.jt-nav {
  position: absolute;
  top: 0px;
  z-index: 5;
}

.jt-nav li {
  list-style: none;
  float: left;
}


.slide-content {
  position: absolute;
  top: 50px;
  left: 25px;
  z-index: 10;
  width: 600px;
}

.slide-content h4{
  font-weight: normal;
}

.slide-content p {
  font-size: 1.286em;
}

#jt-slide2 p, #slide-three h4, #slide-five h4, #slide-six h4 {
color:#FFFFFF;
} 

.dark-bg-photo, .dark-bg-photo a {
  color: #fff;
}

.jt-nav {
  position: absolute;
  top: 60px;
  left: 465px;
  width: 175;
  height: 32px;
  z-index: 50;
}

.jt-nav ul { margin: 0; padding: 0; }

.jt-nav li {
  list-style: none;
  margin: 0 0 0 3px;
  float: left;
}

.jt-nav a {
  display: block;
  background: url("../images/home/button.png") top left no-repeat;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  width: 32px;
  height: 32px;
  color: #444;
  font-weight: bold;
  outline: none 0;
}

.jt-nav a:hover, .jt-nav a:active {
  background: url(../images/home/button-on.png) 0 0 no-repeat;
  color: #fff;
  outline: none 0;
}

.jt-nav .button-on {
  color: #fff;
  background-image: url("../images/home/button-on.png");
}

.replaced {
  text-indent: -9999em;
  display: block;
}

#we-want-your-cork {
  background: url("../images/home/slide-one-title.png") top left no-repeat;
  width: 209px;
  height: 222px;
}

#partners-in-recycling {
  background: url(../images/home/slide-two-title.png) top left no-repeat;
  width: 478px;
  height: 162px;
}

#we-recycle-cork {
  background: url(../images/home/slide-three-title.png) top left no-repeat;
  width: 417px;
  height: 162px;
}

#make-a-difference{
  background: url(../images/home/slide-four-title.png) top left no-repeat;
  width: 461px;
  height: 163px;
}

#promote-sustainability {
  background: url(../images/home/slide-five-title.png) top left no-repeat;
  width: 585px;
  height: 162px;
  
}

#faqs-home {
  background: url("../images/home/faq-icon.png") top left no-repeat;
  width: 105px;
  height: 33px;
}

#home-footer-wrapper {
  width: 100%;
  height: 72px;
  background: rgb(102,0,0);
  background: rgba(200, 200, 200, 0.6);
  text-shadow: 1px 0px 1px  #444;
  text-shadow: 1px 0px 1px  rgba(40, 40, 40, 0.5);
}

#home-footer-wrapper input {
  padding: 3px 5px;
  margin-bottom: 0;
}

.no-scrollbars #home-footer-wrapper {
  position: absolute;
  bottom: 0px;
  z-index: 100;
}

#home-footer-wrapper.solid-bg {
  background-color: #36160e;
}

#footer-toggle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  z-index: 10;
  background: rgb(102,0,0);
  color: #fff;
  display: none;
}

#footer-toggle a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-family: Georgia, Times, serif;
  font-style: italic;
  display: block;
  font-size: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

#footer-toggle a:hover, #footer-toggle a:active {
  color:gold;
}

#copyright {
  color: #fff;
}
