@CHARSET "UTF-8";


ul.er_slider_banner {
	margin-left: 0;
	width: 
	background: #ccc;
}
.er_slider_banner a .er_slider_text{
	width: 100%;
	position: absolute;
	bottom: 10px;
    background: #666\9;
    background: rgba(102, 102, 102, 0.75);
	padding: 7px;
	text-align: center;

}

ul.er_slider_banner {
	list-style-type: none;
}
.er_slider_banner li a:link {
    text-decoration: none;
}

.er_slider_banner li a:visited {
    text-decoration: none;
}

.er_slider_banner li a:hover {
    text-decoration: none;
}

.er_slider_banner li a:active {
    text-decoration: none;
}

.er_slider_banner li .er_slider_image {
	display: block;
    height: 341px;
    width: 100%;
    background-color: #FFF;
	background-repeat: no-repeat;
	background-repeat-x: no-repeat;
	background-position: center;
	background-clip: content-box;
	background-size: contain;

}

.bx-wrapper .bx-next,.bx-wrapper .bx-prev {
    background: #666\9;
    background: rgba(102, 102, 102, 0.75);
    border-radius: 50%;
    font-family: fontello;
    margin: 0;
    padding: 0;
    line-height: 52px;
    text-align: center;
    font-size: 1.7em;
}

.bx-wrapper .bx-next {
	content: '\e801';
}
.bx-wrapper .bx-controls-direction a {
	text-decoration: none;
	
}
.bx-wrapper .bx-prev {
    content: '\e800';
}
