.nav-li:hover .ul{    display: block !important;}

.ul>li{text-decoration: none;
color:#fff;
    font-weight: bold;line-height: 32px;
    font-size: 14px;
    float: none;        background-color: rgba(0,0,0,0.4);
    margin: 0;}
    .ul>li>a{color:#fff;}
    .li:hover{background: #ccc !important;}
.dtlbb .hd {
    height: 34px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 10px;
    z-index: 1;}

.dtlbb .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;}

.dtlbb .hd ul li {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 4px;
    line-height: 34px;
    text-align: center;
    background:#ffffff;
    background-size: 60%;
    cursor: pointer;
    border-radius: 20px;
    opacity: 0.5;}

.dtlbb .hd ul li.on {
    opacity: 1;background: #cc0000;}

.dtlbb .prev,
        .dtlbb .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/uploads/image/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
        .dtlbb .next{ left:auto; right:3%; background-position:8px 5px;}
        .dtlbb .prev:hover,
        .dtlbb .next:hover{ filter:alpha(opacity=100);opacity:1;}
        .dtlbb .prevstop{ display:none;}
        .dtlbb .nextstop{ display:none;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
