/* **********************************
?	HERO
********************************** */

#globalHero
{
     position:relative;
}
 
.rotator {
      position: relative;
      height: 285px;
}
 
.rotator-wrap {
      position: relative;    
}
 
.slide1,
.slide2,
.slide3,
.slide4 {
      color: white;
      width: 100%;
      height: 285px;
}

/* Inactive nav button css for light backgrounds */
#navigation.lbg div.nav-button {
      background: url(/content/images/production/backgrounds/inactive-lbg.png) no-repeat center center;
      cursor: pointer;
      float: left;
   	  margin:0 10px 0 0;
     height:17px;
     width:18px;
     display:inline-block;
}

/* Inactive nave button css for normal/dark bagrounds*/
#navigation div.nav-button {
      background: url(/content/images/production/backgrounds/inactive.png) no-repeat center center;
      cursor: pointer;
      float: left;
   	  margin:0 10px 0 0;
     height:17px;
     width:18px;
     display:inline-block;
}

#navigation div.activeSlide {
	 background: url(/content/images/production/backgrounds/active.png) no-repeat center center !important;
}
 
#navigation {
      bottom: 20px;
      left: 680px;
      position: absolute;
      z-index: 50;	  
}

#navigation.two {
      left: 710px;  
}
