
				.owl-prev {
					width: 35px;
					height:35px;
					position: absolute;
					top: 36%;
					margin-left: -32px;
					display: block!IMPORTANT;
					border:0px solid black;
					background:url('../images/clientes_previous.png') no-repeat!important;
				}

				.owl-next {
					width: 35px;
					height:35px;
					position: absolute;
					top: 36%;
					right: -32px;
					display: block!IMPORTANT;
					border:0px solid black;
					background:url('../images/clientes_next.png') no-repeat!important;
					
				}