.MxSlider{
	width:100%;
	float: left;
	position: relative;
}
.mx-slider_wrap{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	
	
}
.mx-slide{
	position: absolute;
	width: 100%;
	display: table;
	float: left;
	left: 0;
	
			  

  

}
.mx-slide img{
	width: 100%;	
}

/* Navigation */
.mx-navigation{
	position: absolute;
	float: left;
	width: 100%;
	top: 140px;
	z-index: 888;
	display:block;
}
.mx-prev, .mx-next{
	display: table;
	width: 38px;
	height: 75px;
	font-size: 0px;
	cursor: pointer;
}
.mx-prev{
	float: left;
}
.mx-next{
	float: right;
}
.mx-nav_dots{
	position: absolute;
	width: 100%;
	top: 85%;
    text-align: center;
	z-index: 889;
	display:none;
}
.mx-nav_dots span{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 3px;
	font-size: 0px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #333;
	background-color: #fff;
	cursor: pointer;
}
.mx-nav_dots span.dotActive{
	background-color: #333;
}

/*
------------------------------------------------*/
.mx-bugs_bunny {
	height: 356px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;}
	
	.ZI-slider img{ height:360px;width: 1600px;position:relative;}
	.mx-bugs_info{
		position: absolute;
		display: block;
		bottom: 150px;	
	}
	.mx-bugs_info img{height:auto; height:140px; width:287px;}
	.mx-bugs_info a{				
		font-family: 'Oswald', sans-serif;
		color: #fff;
		font-size: 18px;
		text-decoration: none;
	}
	.mx-prev, .mx-next{
		/*background-color: #27425d;*/
	}
	.mx-prev{
		background-image: url(../images/arr_l.png);
		background-repeat: no-repeat;
	/*	background-position: 2px 5px;*/
	}
	.mx-next{
		background-image: url(../images/arr_r.png);
		background-repeat: no-repeat;
		/*background-position: 8px 5px;*/
	}
	.mx-nav_dots{
		top: 88%;				
	}
	.mx-nav_dots span{
		margin: 0px 4px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: 3px solid #27425d;
		background-color: #fff;
	}
	.mx-nav_dots span.dotActive{
		background-color: #27425d;
	}	