
.main {
	background-position: 0px 200%;
}

.shade-carousel {
	background-image: url('../img/shade_home_slide.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 43px;
	width: 100%;
	display: block;
}

.carousel-inner .item img {
	height: 371px;
	width: 100%;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.content-text {
	font-size: 20px;
	float: left;
	margin-bottom: 40px;
	margin-left: 40px;
}

.content-text p{
	float: left;
	letter-spacing: 1px;
	font-size: 20px;
	width: 78%;
	max-height: 999999px;
}

.content-text b {
	color: #144224 !important;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	max-height: 999999px;
}

.bamboo {
	background-image: url('../img/bamboo_decor.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 315px;
	width: 200px;
	margin-bottom: -5px;
	float: right;
}

.carousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}