/**
 # mod_megabannerslider - Mega Banner Slider 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 Banner Slider Module
 *------------------------------------------------------------------------*/
.k2ItemsBlock{
	
}
.ot-k2slideshow .ot-items{
	overflow: hidden;
}
#ot-slidenav{

}
#ot-slidenav span{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
	z-index: 111;
}
#ot-slidenav span.pause{
	background: url(../images/nav-pause.png) no-repeat;
}
#ot-slidenav span.play{
	background: url(../images/nav-play.png) no-repeat;
}
#ot-slidenav span.otprev{
	background: url(../images/prev.png) no-repeat;
}
#ot-slidenav span.otnext{
	background: url(../images/next.png) no-repeat;
}
#ot-slidenav a{
	background: #FFF;
	color: #333;
	font-size: 11px;
	width: 22px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	float: left;
	margin-left: 5px;
	position: relative;
	z-index: 5;
}
#ot-slidenav a.activeSlide{
	background: #333;
	color: #FFF;
}