﻿/* ************************************************************************************ */
/* CSS settings for LinkTicker Control - Default for all sites                          */
/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 14-09-2009  - Richard Chapman - Deltasoft - Create CSS file                          */
/* ************************************************************************************ */
.LinkTicker
{
    display: none; 
    position: absolute;
    height: 16px;
    top: 172px;
    left: 50%;
    width: 300px;
    margin-left: -200px;
    text-align: center;
    overflow: hidden;    
}

.LinkTickerOuter
{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.LinkTickerInner
{
    position: absolute;
    width: 100%;
    height: 100%;
}