.sky-carousel {
	width: 100%;
	height: 400px;
	position: relative;
	border: 0px solid #e7e7e7;
	background: #FFFFFF;
	overflow: hidden;
	margin: 0 auto;
}

.sky-carousel .sky-carousel-container li img {
	display: block;
	max-width: none !important;
	border: 0px solid #000000;
	width: 304px;
	height: 237px;
}

.sky-carousel .sc-content-wrapper {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 85%;
	left: 50%;
	z-index: 4999;
}

.sky-carousel .sc-content-wrapper h2 {
	color: #052A48;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.sky-carousel .sc-content-wrapper p {
	color: #052A48;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.sky-carousel .sc-nav-button {
	position: absolute;
	top: 50%;
	z-index: 5000;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
}
