

#home-heros{
  width:100%;
  overflow:hidden;
  clear:both;
  margin-bottom:20px;
}

div.hero{
  width:254px;
  float:left;
  margin-right:2px;
  position:relative;
}

div.hero div.hero-link {
  height:40px;
  margin-top:5px;
  overflow:hidden;
  line-height:23px;
}

div.hero div.hero-link img{
  display:inline;
  vertical-align:middle;
}


div.hero div.hero-link a:hover {
  color:#8ED800
}



div.hero-text-bg {
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  display:none;
  background:#8ED800;
  filter: alpha(opacity=90);
	opacity: 0.9;
  width:254px;
  height:125px;
}


div.hero-text{
  position:absolute;
  top:2px;
  left:0px;
  z-index:3;
  padding:10px;
  display:none;
  overflow:hidden;
  width:234px;
  height:105px;
}

div.hero-text h4 {
  margin-top:0px;
}


div.hero-text a{
  text-decoration:none;
  color:#000;
}

div.hero div.hero-link a{
  font-size:1.8em;
  font-weight:bold;
  color:#757573;
  text-decoration:none;
}

div#home-slideshow {
  margin-bottom: 3px;
}
