@charset "utf-8";
/**
 * The Breaking News plugin is a plugin to allow you add a flash - breaking news which  display 	
 * the article's title. With many animations supported and have an easy to control the module 
 * displaying via simple parameters, you can do everything as you like and let your client see 
 * headlines In a impression way
 * 
 
 * @version		$Id:  $Revision
 * @package		moo
 * @subpackage	mod_lofflashcontent
 * @copyright	Copyright (C) JAN 2010 LandOfCoder.com <@emai:landofcoder@gmail.com>. All rights reserved.
 * @website http://landofcoder.com/opensource/mootool/77-the-breakingnews-plug-in.html
 * @license		This plugin is dual-licensed under the GNU General Public License and the MIT License 
 */
/* CSS Document */
.lof-breakingnews{
	height:20px;
	position:relative;
}
.lof-breakingnews-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	height:100%;
	float:right;
}
/* main flash */
.lof-breakingnew-item{
	overflow:hidden;
	padding:0px;
	height:100%;
	width:100%;
	position:absolute;
}
.lof-breakingnew-item a{
	
}
.lof-breakingnew-item span {
	font-size:90%;
}
.lof-module-nav{  float:left; padding-left:5px; padding-right:15px; width:90px; }

.lof-module-title{ float:left; font-weight:bold }
/* item navigator */
.lof-button-driven{
	float:right;
	padding: 2px 5px;
	z-index:100;
}
.lof-button-driven span{
	position:absolute;
	top:-10000px
}
.lof-button-driven a {	
	height:15px;
	width:15px;
	display:block;
}
.lof-button-previous  {
	background:url(../images/but-pre.png) no-repeat scroll left top;	
	float:left;
	padding-left:2px;
}
.lof-button-next {
	background:url(../images/but-next.png) no-repeat scroll left top;
	float:right
}