.bxslider-section-c .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin-bottom: 10px;
}
.bxslider-section-c li {
	display: none;
}
.bxslider-section-c .bxslider li {
	width: 100%;
}
.bxslider-section-c .bx-wrapper .bx-prev {
	left: 0;
	background: url('images/prev-white.png') center center no-repeat;
}
.bxslider-section-c .bx-wrapper .bx-next {
	right: 0;
	background: url('images/next-white.png') center center no-repeat;
}
.bxslider-section-c .bx-wrapper .bx-controls-direction a {
	margin-top: -22px;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover{
	background-position: 0 0 !important;
}