/**
 # mod_megascrollnews - Mega Scroll News Module for Joomla! 1.7
 # author 		OmegaTheme.com
 # copyright 	Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license 	http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 	http://omegatheme.com
 # Technical support: Forum - http://omegatheme.com/forum/
**/
/**------------------------------------------------------------------------
 * file: layout.css 1.7.0 00001, March 2011 12:00:00Z OmegaTheme $
 * package:	 Mega Scroll News Module
 *------------------------------------------------------------------------*/
a.item{
	display:block;
	text-decoration:none;
	position:absolute;
	top:0;
	left:0;
	padding: 2px;
}
a.item:hover{
	text-decoration: underline;
}
#megascroller-wrap {
	float: left;
	width: 100%;
	height: 21px;
	border: none;
	position: relative;
}
#mega-nav {
	float: left;
	height: 21px;
	width: 40px;
}

#module-title {
	background: none repeat scroll 0 0 #252525;
	color: #FFFFFF;
	float: left;
	line-height: 21px;
	margin-right: 5px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#ticker {
	width: 555px;
	height: 21px;
	float: left;
	overflow: hidden;
}
.megaslide {
	font-size: 10pt;
	padding: 3px;
}
.megaslide a {
	text-decoration: none;
	height: 21px;
	line-height: 100%;
}
#go-prev {
	background: url("../images/prev.png") no-repeat 0 50%;
	float: left;
	height: 21px;
	width: 13px;
	outline: none;	
}
#go-next {
	background: url("../images/next.png") no-repeat 0 50%;
	float: left;
	height: 21px;
	width: 13px;
	margin: 0 0 0 5px;
	outline: none;
}
#mega-nav a:hover {
	background-position: 100% 50%;
}
#go-stop {
	background: url("../images/stop.png") no-repeat 0 50%;
	float: left;
	height: 21px;
	width: 13px;
	margin: 0 0 0 5px;
	outline: none;
}
#go-play {
	background: url("../images/play.png") no-repeat 0 50%;
	float: left;
	height: 21px;
	width: 13px;
	margin: 0 0 0 5px;
	outline: none;
}