#featurescrollcontainer {   
   height: 130px;
   width: 1920px;
   overflow: hidden;
   position: relative;
   padding: 0;
}
#featurescrollbar {
   width: 100%;
   height: 23px;
   background: #f3f3f3 url(../images/homepage/modulebar.jpg) top left repeat-x;
   position: relative;
   overflow: hidden;
}
#featurescrollcontainer div.feature {
   position: relative;
   float: left;
   margin-right: 10px;
   height: 140px;
   width: 150px;
}
#featurescrollcontainer div.separator div.feature div.description {
   position: relative;
   margin-top: -13px;
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;   	
   font-size: 11px;
   width: 140px;
   height: 34px;
   white-space: normal;
   overflow: hidden;
   padding: 0;
   color: #fff;
}
#featurescrollcontainer div.separator div.feature {
   filter: alpha(opacity=80);
   opacity: 0.8;
}
#featurescrollcontainer div.separator.active div.feature {
   filter: none;
   opacity: 1;
}
#featurescrollbar span {
   display: inline-block;
   text-align: center;
   margin-top: 2px;
   color: #000;
}
#featurescrollbar span a {
   color: #000;   
}
#featurescrollbar .tl {
   position: absolute;
   left: 0;
   top: 0;
   background: url(../images/homepage/modulebar_tl.gif) top left no-repeat;
   width: 5px;
   height: 23px;
   z-index: 30;
}
#featurescrollbar .tr {
   position: absolute;
   right: 0;
   top: 0;
   background: url(../images/homepage/modulebar_tr.gif) top left no-repeat;
   width: 5px;
   height: 23px;
   z-index: 30;
}

#featuresliderhandle {     
   position:absolute;
   height:23px;
   width:24%;
   z-index: 40;
}
#featuresliderhandle a {
   display: block;
   height: 23px;
   width: 99%;
   background: transparent url(../images/layout/spacer.gif) bottom left repeat-x;
}

#featuresliderhandlebg {
   background: #9eacb7 url(../images/homepage/modulebar_slide.jpg) top left repeat-x;
   cursor:pointer;
   height:16px;
   position:absolute;
   top: 3px;
   width:24%;
   z-index: 10;
   margin-right: 10px;
}
#featuresliderhandlebg .ml {
   background: transparent url(../images/homepage/modulebar_left.gif) top left no-repeat;
   width: 7px;
   height: 7px;
   position: absolute;
   left: -9px;
   top: 4px;
}
#featuresliderhandlebg .mr {
   background: transparent url(../images/homepage/modulebar_right.gif) top left no-repeat;
   width: 7px;
   height: 7px;
   position: absolute;
   right: -9px;
   top: 4px;

}
#featurescrollbar span {
   position: relative;
   z-index: 20;
}
