#carousel{
    text-align: center;
}
.carousel-center{
    border: 4px solid #fff;
}

.textbox{
    position: absolute;
    bottom: 34px;
    left: 0; 
    right: 0; 
    margin: auto;
}

.textbox p{
	font-size: 18px;
	line-height: 22px;
	padding: 0 26px;
}

.bottom-box-divider{
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-size: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bottom-box-divider .table,
.bottom-box-divider .table-cell
{
	display: block;
}

#carousel-left, #carousel-right{
	margin: auto;
	background: #fff;
	color: #82b437;
	border: 2px solid #82b437;
	padding: 15px 18px;
}

#carousel-left:hover, #carousel-right:hover{
	background: #ededed;
}

div #carousel-left[disabled],div #carousel-right[disabled]{
	visibility: hidden;
}



#carousel-left{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	right: 143px;
}

#carousel-right{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	left: 143px;
}

.CGP_MAIN .ui-icon-gripsmall-diagonal-se{
	display: none !important;
}

.CGP_IN_ROW .CTA-button-press
{
	position: absolute;
    bottom: -16%;
    left: -40px;
	right: -40px;
    font-size: 16px;
    color: #000;
	font-family: Hind;
	font-style: italic;
	font-weight: 400;
	display:none;
}

@media all and (max-width: 1200px)
{
	.CGP_IN_ROW .CTA-button-press
	{
		bottom: -20px;
	}
	#carousel .element:before
	{
		height: 90%;
	}
}
@media all and (max-width: 860px)
{
	.CGP_IN_ROW .CTA-button-press
	{
		bottom: -10px;
	}
	#carousel .element:before
	{
		height: 85%;
	}
}
@media all and (max-width: 768px)
{
	.CGP_IN_ROW .CTA-button-press
	{
		bottom: -30%;
		font-size: 30px;
		left: -100px;
		right: -100px;
	}
	#carousel .element:before
	{
		height: 90%;
	}
}
@media all and (max-width: 520px)
{
	.CGP_IN_ROW .CTA-button-press
	{
		bottom: -18%;
		font-size: 16px;
	}
}