﻿#NewsTicker {
    position: relative;
    z-index: 1;
    width: 282px;
    padding-right: 18px;
}

#NewsTicker ul {
    width: 282px;
}

#NewsTicker .controls {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 12px;
    height: 26px;
    z-index: 99;
    margin: 0px;
    padding: 0px;
}

#NewsTicker .controls .upControl {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/Images/Public/NewsTicker/UpArrow.png) no-repeat center center;
}

#NewsTicker .controls .downControl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/Images/Public/NewsTicker/DownArrow.png) no-repeat center center;
}
