.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
}
.flexslider .slides li {
    display: none;
	background:#1d679e
}
.flexslider .slides img {
    display: block;
    max-width: 100%;
	text-align:center;
}
.flexslider {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
}
.flexslider .slides li {
    position: relative;
}
.flexslider-container {
    position: relative;
}
.flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #FFFFFF;
    font-size: 15px;
    left: 0;
    line-height: 18px;
    padding: 2%;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 96%;
}
.flex-direction-nav li a {
    cursor: pointer;
    display: block;
    margin: 0 0;
    position: absolute;
    text-indent: -9999px;
    bottom: 12%;
    z-index: 9999999;
}
.flex-direction-nav li a.next {
	background: url("images/banner_arrow_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 10%;
	width: 43px;
	height: 41px;
    top: 50%;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -webkit-filter: grayscale(100%) opacity(70%) !important;
    filter: brightness(0) invert(1) opacity(70%) !important;
}
.flex-direction-nav li a.prev {
    background: url("images/banner_arrow_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 10%;
	width: 43px;
	height: 41px;
    top: 50%;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -webkit-filter: grayscale(100%) opacity(70%) !important;
    filter: brightness(0) invert(1) opacity(70%) !important;
}
.flex-control-nav {
    bottom: -30px;
    left: 50%;
    margin-left: -31px;
    position: absolute;
	display:none;
}
.flex-control-nav li {
    float: left;
    margin: 0 0 0 5px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
   /* background: url("images/banner_arrow_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    cursor: pointer;
    display: block;
    height: 13px;
    text-indent: -9999px;
    width: 13px;
}
.flex-control-nav li a:hover {
    background-position: 0 -13px;
}
.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
}