/**
 # mega_alatinum - Mega Alatinum Template for Joomla! 1.5
 # 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: custom.css 1.5.0 00001, April 2011 12:00:00Z OmegaTheme $
 * package:	Mega Alatinum Template
 *------------------------------------------------------------------------*/
 
 /* Custom style for Mini News Module */
 .mega_title a.title{
 	font-size: 11px;
 }
 
 /* Custom style for Mega Simple Slider */
 #megaslidenav span.play,
 #megaslidenav span.pause{
 	margin-top: -1px;
 }
 #megaslidenav a{
 	background: url(../images/slideshow_nav_bg.png) no-repeat right top;
 	color: #b3b3b3;
 	height: 14px;
 	width: 14px;
 }
#megaslidenav a.activeSlide{
 	background: url(../images/slideshow_nav_bg.png) no-repeat;
 	color: #ff7e00;
 }