@charset "utf-8";
.mxslider{
	width:1140px;
	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%;
	margin-top: 20px
}
.mx-slide img{
	width: 100%;
}

/* navigation */
.mx-navigation{
	position: absolute;
	float: left;
	width: 98%;
	top: 47%;
	z-index: 888;
}
.mx-prev, .mx-next{
	display: table;
	width: 40px;
	height: 40px;
	/*background-color: #fff;*/
	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{
		width:1140px;
	
		margin: 0 auto;				
	}
	.zi-slider{
		border: 1px solid #cccccc;
	}
	.mx-bugs_info{
		position: absolute;
		display: block;
		max-width: 660px;
		padding: 10px;
		/*bottom: 130px;*/
		margin-top:-250px;
		height:220px;
		margin-left: 420px;
	 	background-color: #fff;
	}
	.mx-bugs_info a{				
		font-family: 'oswald', sans-serif;
		color: #3f4040;
		font-size: 14px;
		text-decoration: none;
	}
	.mx-navigation {
		margin: 4px;
		top: 42%;
	}
	.mx-prev, .mx-next{
		/*background-color: #27425d;*/
	}
	.mx-prev{
		background-image: url(/uploads/image/sdaimg/arr_l.png);
		background-repeat: no-repeat;
		background-position: 2px 5px;
	}
	.mx-next{
		background-image: url(/uploads/image/sdaimg/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;
	}	
	.mx-bugs_info_text a{ color:#1973ac; font-size:19px;}
	.mx-bugs_info_body{ color:#373838; font-size:16px; font-weight:bold;}
	.mx-bugs_info_text{ margin-bottom:10px;}
	.mx-bugs_info_body{margin-bottom:10px;}