
#banner {
  float: left;
  position: relative;
  width: 100%;
  display: block;
}

#banner .images {
  width: 100%;
  float: left;
  line-height: 0px;
}

#banner img {
  
  width: 100%;
  height:335px;
}
#blog img,
#promo img {
  width: 100%;
}
#banner .images div {
  display:none;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#banner .tabs {
	position: absolute;
	bottom: 5px;
  width: 100%;
  text-align: center;
}

/* single tab */
#banner .tabs a {
	width: 6px;
	height: 6px;
	margin: 0 12px;
	background: #ccc;
	-moz-border-radius: 3px;
  border-radius: 3px;
	display: inline-block;
	font-size: 1px;		
}

/* mouseover state */
#banner .tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
#banner .tabs a.current {
	background: #8cd9a8;   
}

