.widget-aboutbse {
    width: 100%;
    height: 253px;
    white-space: nowrap;
    font-size: 1em;
}
.widget-aboutbse .aboutContainer {
    width: 100%;
    height: 100%;
    min-width: 300px;
    float: left;
}
.widget-aboutbse .topSide {
    width: 100%;
    height: 170px;
}
.widget-aboutbse .topSide table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    color: white;
}
.widget-aboutbse .topSide table .tdLeftSide {
    position: relative;
    border-bottom: 1px solid white;
    height: 100%;
    overflow: hidden;
    background-color: white;
}
.widget-aboutbse .topSide table .tdRightSide {
    position: relative;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    width: 70px;
    height: 100%;
}
.widget-aboutbse .topSide table .tdRightSide table {
    width: 100%;
    height: 100%;
}
.widget-aboutbse .topSide table .tdRightSide table .tdBitAsk {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid white;
}
.widget-aboutbse .topSide table .tdRightSide table .tdLastPrice {
    position: relative;
    width: 100%;
    height: 40px;
}
.widget-aboutbse .topSide table .tdRightSide table .tdChange {
    position: relative;
    width: 100%;
    height: 100%;
}
.widget-aboutbse .tdChange {
    padding: 2px 2px;
    text-align: center;
}
.widget-aboutbse .bidAskLast {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #c9c9c9;
    font-size: 0.6em;
    margin-top: 2px;
    margin-left: 4px;
}
.widget-aboutbse .bidAskLastValues {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 1.1em;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 3px;
}
.widget-aboutbse .bidAskLastValues sup{ margin-left: 3px; vertical-align: 60%; font-size: 0.8em; }
.widget-aboutbse .slider-control-prev {
    position:absolute;
    left:0;
    width:30px;
    height:40px;
    top:240px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    background:transparent url('/img/arrMidLeft.png') 40% center no-repeat;
    cursor:pointer;
    box-shadow:0 0 10px #000;
    text-align: right;
    padding: 0px;
    z-index: 9;
}
.widget-aboutbse .slider-control-next {
    position:absolute;
    right:0;
    width:30px;
    height:40px;
    top:240px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    background:transparent url('/img/arrMidRight.png') 60% center no-repeat;
    cursor:pointer;
    box-shadow:0 0 10px #000;
    text-align: left;
    z-index: 9;
}

.widget-aboutbse .bottomNewsSlider {
    width: calc(100% - 80px);
    margin: 5px 0 0 40px;
    padding: 0;
    height: 80px;
    color: white;
    overflow: hidden;
}
.widget-aboutbse ul {
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style-type: none;
}
.widget-aboutbse ul li {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.widget-aboutbse ul li div{
    width: 100%;
    white-space: normal;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    
}
.widget-aboutbse ul li div a {
    display: inline-block;
    overflow: hidden;
    max-height: 75px;
    color: lightgrey;
}
.widget-aboutbse ul li div a:hover {
    color: #ffffff;
}