#zt_owl .item{
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
		position: absolute;
		top: 40%;
		width: 100%;
	}
a.prev{
		float: left;
    cursor: pointer;
    padding: 10px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    border: 1px #000 solid;
	}
a.next{
	float: right;
  float: left;
    cursor: pointer;
    padding: 10px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    border: 1px #000 solid;
}
a.prev:hover{
  background-color: #3366FF;
  color: #fff;
  border: 0px #000 solid;
}
 a.next:hover{
  background-color: #3366FF;
  color: #fff;
  border: 0px #000 solid;
 }
.zt_nav{position: relative;width: 100%}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}