﻿.MxSlider {
	width: 575px;
	height: 370px;
	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%;
	height: 366px;
}
.mx-navigation {
	position: absolute;
	float: left;
	width: 100%;
	top: 42%;
	z-index: 888;
}
.mx-prev, .mx-next {
	display: table;
	width: 40px;
	height: 40px;
	font-size: 0px;
	cursor: pointer;
}
.mx-prev {
	float: left;
}
.mx-next {
	float: right;
}
.mx-nav_dots {
	position: absolute;
	width: 100%;
	bottom: -40px;
	text-align: center;
	z-index: 889;
}
.mx-nav_dots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
	font-size: 0px;
	background-color: #ccc;
	cursor: pointer;
}
.mx-nav_dots span.dotActive {
	background-color: #b41412;
}
.mx-bugs_bunny {
	width: 90%;
	margin: 40px auto;
}
.mx-bugs_info {
	position: absolute;
	width: 100%;
	bottom: 2px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.45);
}
.mx-bugs_info a {
	display: block;
	width: 95%;
	padding: 10px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.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-prev:hover {
	background-image: url(../images/arr_l_hover.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
.mx-next:hover {
	background-image: url(../images/arr_r_hover.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}