
/*moving text Plugin
*@author Sakis Terzis @ breakDesigns.net
* @copyright	Copyright (C) 2008 breakDesigns.net
 * @license		GNU/GPL, see LICENSE.php
 *more info @ joomla.breakdesigns.net
 *developer Terzis Sakis
*/

/* CSS Document */
@charset "utf-8";

#maskBlock{
overflow-x:hidden;
width:300px;
position:relative;
}

.movingObj {
/*color: FF0000;
background: #F2F2F2;*/
font-size: 14px;
font-weight: bold;
white-space:nowrap;

}

