.read {
	width: 900px;
	height: 535px;
	background-color: #fbffef;
	border: solid 10px #93af70;
	box-shadow: 0 10px #dae6ca;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

.owl-carousel {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.item {
	width: 100%;
}

.owl-controls .owl-nav [class*=owl-] {
	padding: 11px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #e5004f;
}
.owl-controls .owl-nav [class*=owl-]:hover {
	background: #be0043;
}
.owl-next,.owl-prev {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 40%;
}
.owl-prev {
    left: -0px;
	border-radius: 0 40px 40px 0;
}
.owl-next {
    right: 0px;
	border-radius: 40px 0 0 40px;
}