/**
 * @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: 23px;
    background-color: #910b12;
	margin-top: 15px;
}
.noo-ticker-headtext {
    float: left;
    margin: 0 5px 0 0;
}
.noo-ticker-headtext span {
    font-weight: bold;
	color:#fff;

}
.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: 23px;
}
.noo-ticker-inner a {
color: #ffffff;
font-size: 12px;
font-weight: normal;
text-transform: capitalize;
font-family: Arial,'Droid Sans Ethiopic', Nyala, EthiopiaJiretRegular !important;
}
.noo-ticker-item {
    display: block;
    height: 18px;
    position: absolute !important;
    text-align: center;
    visibility: hidden;
    width: auto;
	
}

/*.noo-ticker-inner a:hover, .noo-ticker-inner a:focus {
color: #000;
/*text-decoration: underline;
}
*/
