/**
 * @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: 55px;		
	width: 880px;		
	margin-top: 30px;		
	margin-left: 34px;		
	margin-right: 45px;
}
.noo-ticker-headtext {
    float: left;
    margin: 0 20px 0 0;
}
.noo-ticker-headtext span {
    font-style: italic;
    font-weight: bold;		
	font-size: 1.35em;
}
.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:35px
}
.noo-ticker-item {
    display: block;		
    /*border: dotted;*/
    height: 55px;
    position: absolute !important;
    text-align: center;		
	font-family: "Arial";		
	font-size: 1.70em;
    visibility: hidden;
    width: 880px;
}.noo-ticker-item a:active, a:visited {	/*color: #3399f;*/}
