/****************************************
  START HERO STYLES ONLY (NOT FOR HOME PAGE)
*****************************************/  
.hero-container {
    height: 349px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 1004;
    position: relative;
	z-index:1;
}

.hero_module{ 
      display:inline;
      /*width:100%;*/
	  text-align:center;
}
.scrollTable {
    float: left;
	width:1004;
	height:349px;
}


#slidingbuttons {
    bottom: 10px;
    left: 48%;
    list-style-type: none;
    position: absolute;
    z-index: 1;
}

.herobtn{
    float:left;
}
.herobtn img{
	padding-right:5px;
}
.herobtn img.off{
	cursor:pointer;
}
#slidingbuttons li {
    display: inline;
}