.hScrollContainer{position:relative;overflow-x:hidden;overflow-y:hidden;width:720px;height:160px;margin:0 auto;}
.hScrollUl{position:absolute; top:0;left:0;}
.hScrollUl li{float:left;opacity:0.6;}
.hScrollUl li:hover,.hScrollUl li.active{opacity:1;}
.hScrollDragContainer{width:99.5%;height:10px;border:1px solid #939598;margin:140px 0 0 0;}
.hScrollDragger{width:100px;height:10px;background:#939598;cursor: pointer;}