/**
 * @version		$Id$
 * @author		NooTheme
 * @package		Joomla.Site
 * @subpackage	mod_noo_ticker
 * @copyright	Copyright (C) 2013 NooTheme. All rights reserved.
 * @license		License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
 */

@charset "UTF-8";
.noo-ticker {
    height: 18px;
}
.noo-ticker-headtext {
    float: left;
    margin: 0 5px 0 0;
}
.noo-ticker-headtext span {
    font-style: italic;
    font-weight: bold;
}
.noo-ticker-control {
    float: right;
}
.noo-ticker-control a {
    display: block;
    float: left;
    height: 15px;
    margin: 0 0 0 3px;
    text-indent: -999em;
    width: 15px;
}
.noo-ticker-prev {
    background: url("../images/but-pre.png") no-repeat scroll 0 0 transparent;
}
.noo-ticker-next {
    background: url("../images/but-next.png") no-repeat scroll 0 0 transparent;
}
.noo-ticker-inner {
	height:18px
}
.noo-ticker-item {
    display: block;
    height: 18px;
    position: absolute !important;
    text-align: center;
    visibility: hidden;
    width: auto;
}
