.tickerBarContainer {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    height: 125px;
    width: 100%;
    padding-top: 0px;
	vertical-align: middle;
}

.tickerBar {
    position: absolute;
    height: 125px;
}

.tickerBar1 {
    position: absolute;
    height: 125px;
}

.tickerBar2 {
    position: absolute;
    height: 125px;
}

.tickerBar-linkTitle {
    margin: 0px 6px 0px 6px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.tickerBar-linkItem {
    padding: 4px;
}