.carousel .slick-slide {
	height: auto;
}

.carousel .slick-arrow {
	font-size: 60px;
	overflow: hidden;
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
	font-size: 60px;
	width: 60px;
	height: 60px;
}

.carousel .slick-prev {
	left: 0px;
	z-index: 7000;
	width: 60px;
	height: 60px;
}

.carousel .slick-next {
	right: 0px;
	z-index: 7000;
	width: 60px;
	height: 60px;
}

.content_box_small,
.content_box_large {
	position: relative;
}

.content_box_small .text_box {
	position: absolute;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #F2F2E8;
	bottom: 0px;
	left: 0px;
	width: 90%;
	height: 30%;
}

.content_box_large .text_box {
	position: absolute;
	margin-left: 3%;
	background-color: #F2F2E8;
	bottom: 0px;
	left: 0px;
	width: 45%;
	height: 30%;
}

.text_box h3 {
	margin: 5px;
}

.text_box p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.content_box_small a,
.content_box_small a:hover,
.content_box_small a:focus,
.content_box_large a,
.content_box_large a:focus,
.content_box_large a:hover {
}
