﻿.MxSlider {
	width: 575px;
	height: 370px;
	position: relative;
        overflow:hidden;}
.mx-slider_wrap {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;}
.mx-slide {
	position: absolute;
	width: 100%;
        height:100%;
	/*display: table;*/
	float: left;
	left: 0%;}
.mx-slide img {
	width: 100%;
	/*height: 100%;*/
       min-height: 100%;        overflow:hidden;}
.mx-navigation {
	position: absolute;
	float: left;
	width: 100%;
	top: 34%;
	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: 28px;
	text-align: center;
	z-index: 889;}
.mx-nav_dots span {
	display: inline-block;
        width: 26px;
        height: 26px;
        margin: 5px;
        font-size: 14px;
        background-color: #ccc;
        cursor: pointer;
        color: #fff;
        border-radius: 15px;
        line-height: 26px;}
.mx-nav_dots span.dotActive {
	background-color: #b41412;}
.mx-bugs_bunny {
	width: 90%;
	margin: 40px auto;}
.mx-bugs_info {
	position: absolute;
	width: 100%;
	bottom: 0;
	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;}