#home-markup {
 position: absolute;
 top: 118px;
 left: 132px;
 text-align: center;
 width: 420px;
}

#_ctl7_Ticker {
 height: 40px!important;
}

/* GM Incentive Rotator */
#GMIR {
  position: relative;
  height: 300px;
  width: 300px;
  top: -5px;
  float: left;
  border: 3px solid #707070;
  margin: 0 0 0 5px;
  padding: 0;
}

#GMIR img {
	border:none;
}

#GMIR_slideshow {
  height: 250px;
  width: 300px;
  margin: 0;
  padding: 0;
}

#GMIR_slideshow li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  filter: alpha(opacity=0);
}

#GMIR_slideshow li.activeSlide {
  z-index: 10;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

#GMIR_slideshow li.last-active {
  z-index:9;
}

#GMIR_nav {
  float: left;
  width: 180px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 0;
  margin: 0;
}

#GMIR_nav .button {
  display: block;
  width: 40px; 
  height: 40px;
  border: 2px solid #fff;
  margin: 3px 8px;
  _margin: 3px 6px;
  padding: 0;
  float: left;
  outline: none;
  display: none;
}

#GMIR_nav .buttonON {
  border: 2px solid #ccc;
}

#GMIR #GMIR_nav a.button.activeGrp {
  display: block;
}

#GMIR_nav .button img {
  width: 40px;
  height: 40px;
}

#coverup {
  display: none;
  width: 300px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

#gmirPrevious, #gmirNext{
  display:block;
  cursor: pointer;
  outline: none;
  width:60px;
  height:50px;
  bottom: 0px;
}
#gmirPrevious {float:left;}
#gmirNext {
  position: absolute;
  right:0px;
  bottom:0px;
}

/* Theme Layout Changes for GM Incentives */
#home {height: 260px}

