.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	display: block;
	width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
}

.flex-direction-nav a {
	background-repeat: no-repeat;
	background-size: 16px 18px !important;
	display: block;
	height: 18px;
	margin: 0px 0px 0px 0px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	width: 16px;
	z-index: 100;
}

.flex-direction-nav .flex-prev {
	background: url('../imgs/arrow-left.png');
}

.flex-direction-nav .flex-next {
	background: url('../imgs/arrow-right.png');
	text-align: right;
}

.flexslider .flex-prev {
	font-size: 0px !important;
	opacity: 1;
}

.flexslider .flex-next {
	font-size: 0px !important;
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	cursor: default; 
	opacity: 0!important;
	filter:alpha(opacity=0);
}

.flex-direction-nav a:before {
	content: '';
	display: inline-block;
	font-size: 0px !important;
}

.flex-direction-nav a.flex-next:before {
	content: '';
	font-size: 0px !important;
}

/* Control Nav */
.flex-control-nav {
	bottom: 0px;
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
}