#home_tab ul li a{
  margin:0 5px 0 0;
  background-color: #993333;
  /*background: url("../../images/diapo_hover.png") repeat-x scroll left top transparent;*/
  color:white;
  cursor:pointer;
  text-decoration:none;
  opacity: 0;
}
#home_tab li{
  width: 25px;
  float: left;
}

#home_tab li, #home_tab li.inactive, #home_tab li a, #home_tab li.inactive a {
  width:22px;
  height:22px;
  background:transparent url("../../images/homebanner/slide_btn_inactive.png") center center no-repeat;
}

#home_tab li.active, #home_tab li.active a {
  width:22px;
  height:22px;
  background:transparent url("../../images/homebanner/slide_btn_active.png") center center no-repeat;
}

.main .col-main .slideshow #container { width:980px; height:374px; padding: 0px; position: absolute; border:none; overflow: hidden; top:-40px}
.slideshow { width:980px; height:380px; margin-bottom: 10px; position: relative; float:left; }
.main .col-main .slideshow #container img { width:980px; height:374px; }

.slideshow .navBar { position: relative; top:320px ; text-align:center; }
.slideshow .navBar ul { list-style: none; height:20px; margin-bottom: 0; padding-left: 0; display:inline-block; }