/**
 # 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{
	
}.omega-powered {	position:absolute;	bottom:0px;	right:0px;	z-index:99999;}.omega-powered  img {	margin:5px;}
.cycle-slideshow{
	position: relative;
	-webkit-box-shadow: 0 15px 12px -15px #333333;
	-moz-box-shadow: 0 15px 12px -15px #333333;
	box-shadow: 0 15px 12px -15px #333333;
}
.cycle-control{
	width:100px;
	margin:auto;
}
.cycle-control div  span{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
	z-index: 111;
}
.cycle-prev span.prev{
	background: url(../images/prev-slide.png) no-repeat;
	text-indent:-9999px;
	display: inline-block;
}
.cycle-next span.next{
	background: url(../images/next-slide.png) no-repeat;
	text-indent:-9999px;
	display: inline-block;
}

