.bx-wrapper {
position:relative;
margin:0 auto 25px;
padding:0;
}

.bx-wrapper img {
max-width:100%;
display:block;
}

.bx-wrapper .bx-controls-direction a.disabled,.bx-wrapper .bx-loading {
display:none;
}

.bx-wrapper .bx-viewport {
-webkit-transform:translatez(0);
-moz-transform:translatez(0);
-ms-transform:translatez(0);
-o-transform:translatez(0);
transform:translatez(0);
}

.bx-wrapper .bx-prev {
left:15%;
background:url(http://atlas-electronic.com/wp-content/themes/atlas-electronic/assets/images/controls.png) no-repeat;
}

.bx-wrapper .bx-next {
right:15%;
background:url(http://atlas-electronic.com/wp-content/themes/atlas-electronic/assets/images/controls.png) -60px 0 no-repeat;
}

.bx-wrapper .bx-controls-direction a {
position:absolute;
top:50%;
margin-top:-30px;
outline:0;
width:60px;
height:60px;
text-indent:-9999px;
z-index:9999;
}

/*.bx-pager{
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 100%;
}
.bx-pager-item{
  width: 14px;
  height: 14px;
  display: inline-block;
  overflow: visible;
  margin-right: 6px;
}
.bx-pager-link{
  width: 14px;
  height: 14px;
  background-color: #009ade;
  border-radius: 50%;
  text-indent: -9999px;
  display: block;
  overflow: visible;
}
.bx-pager-link.active{
  background-color: #f1be48;
}*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 25px;
	padding: 0;
	*zoom: 1;
	overflow: visible;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	overflow: visible;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: visible;
    transition: all .3s cubic-bezier(.72,.76,.04,1.57);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #999;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left:15%;
	background:url(http://atlas-electronic.com/wp-content/themes/atlas-electronic/assets/images/controls.png) no-repeat;
}

.bx-wrapper .bx-next {
	right:15%;
	background:url(http://atlas-electronic.com/wp-content/themes/atlas-electronic/assets/images/controls.png) -60px 0 no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:50%;
	margin-top:-30px;
	outline:0;
	width:60px;
	height:60px;
	text-indent:-9999px;
	z-index:9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}