/**
 # 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{
	position: relative;
}
.ot-k2slideshow .ot-items{
	overflow: hidden;
}
.ot-k2slideshow .ot-items .k2ItemBlock{
	float: left;
	padding: 0;
	margin: 0;
}
.ot-k2slideshow .ot-items .k2ItemBlock-i{
	margin: 0 5px;
	padding: 0px;
	background: #FFFFFF;
	height: 100%;
}
.ot-k2slideshow .k2ItemBlock .moduleItemImage{
	padding: 0px;
	margin: 0px;
}
.ot-k2slideshow .k2ItemBlock .moduleItemIntro{
	padding: 10px 20px;
}
.ot-slidenav{

}
.ot-slidenav span{
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 0px 1px;
	cursor: pointer;
	position: relative;
	z-index: 111;
}
.ot-slidenav span.otpause{
	background: url(../images/nav-pause.png) no-repeat 2px 2px #D4D4D4;
}
.ot-slidenav span.otplay{
	background: url(../images/nav-play.png) no-repeat 2px 2px #D4D4D4;
}
.ot-slidenav span.otprev{
	background: url(../images/prev.png) no-repeat 7px 5px #D4D4D4;
}
.ot-slidenav span.otnext{
	background: url(../images/next.png) no-repeat 7px 5px #D4D4D4;
}
.ot-slidenav span.otpause:hover{
	background: url(../images/nav-pause.png) no-repeat 2px 2px #333333;
}
.ot-slidenav span.otplay:hover{
	background: url(../images/nav-play.png) no-repeat 2px 2px #333333;
}
.ot-slidenav span.otprev:hover{
	background: url(../images/prev.png) no-repeat 7px 5px #333333;
}
.ot-slidenav span.otnext:hover{
	background: url(../images/next.png) no-repeat 7px 5px #333333;
}
.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;
}