/**
 * BxSlider Custom Styles
 */

.bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
}

.bx-wrapper img {
   margin: 0 auto;
}


.bx-wrapper .bx-prev {
	left: -40px;
	background: url(images/controls.custom.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -40px;
	background: url(images/controls.custom.png) no-repeat -43px -32px;
}

.bxsliderTittle {
  color: #868686;
  padding: 5px 0 8px;
}