.wrapper_1000.full{
	width:100%;
}
.item-container{
	margin:0 auto;
}
.owl-buttons{
	//width:1000px
}
.owl-prev,.owl-next{
	display:none;
}
.owl-prev{
	 height: 39px !important;
    width: 39px !important;
    background: none !important; 
    background-color: rgba(0,0,0,0.5) !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 125px !important;
}
.owl-next{
	 height: 39px !important;
    width: 39px !important;
    background: none !important;
    background-color: rgba(0,0,0,0.6) !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 125px !important;
}
.owl-next .fa, .owl-prev .fa{
	    position: relative;
    top:5px;
    color: #fff;
    font-size: 30px;
}
.owl-next .fa{
    left: 17px;
}
.owl-prev .fa{
    left: 13px;
}
.owl-next:hover,.owl-prev:hover{
	  background-color: rgba(0,0,0,0.8) !important;
}