/** Slider Widget */
.widget_mb_slider {
	position: relative;
}

.widget_mb_slider .flexslider {

}

.widget_mb_slider .slides {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.widget_mb_slider .slides li {
	margin: 0;
	padding: 0;
}

.widget_mb_slider .flex-control-nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	*width: 100%;
}

.widget_mb_slider .flex-control-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.slides:after {
	content:"\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.flex-control-nav li {
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-left: 8px;
}

.flex-control-nav li:first-child a {
	margin-left: 0;
}

.flex-control-paging li a:hover {
	background: transparent;
}

.flex-control-paging li a.flex-active {
	background: transparent;
	cursor: default;
}

.flex-direction-nav {
	left: 0;
	position: absolute;
	top: 42.69841%;
	width: 100%;
}

.flex-direction-nav li {
	display: inline-block;
}

.flex-direction-nav a {
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav a:hover {
}

.flex-direction-nav a.flex-prev {
	background: url(images/sprites.png) no-repeat 0 0 transparent;
	background-position: 0 -235px;
	display: block;
	position: absolute;
	left: -218px;
	top: 42.69841%;
	width: 23px;
	height: 46px;
	text-indent: -9999em;
}

.flex-direction-nav a.flex-next {
	background: url(images/sprites.png) no-repeat 0 0 transparent;
	background-position: 0 -566px;
	width: 23px;
	height: 46px;
	display: block;
	position: absolute;
	right: -218px;
	top: 42.69841%;
	text-indent: -9999em;
}