.sky-carousel {
	width: 640px;
	height: 808px;
	position: relative;	
	background: #f8f8f8;
	overflow: hidden;
	margin: 0 auto;	
}

.sky-carousel .sky-carousel-container {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}


.sky-carousel .sky-carousel-container li {
	position: absolute;
	border: 0;
}

.sky-carousel .sky-carousel-container li img {
	display: block;
	border: 0;
	max-width: none !important;
	border-radius:15px;
	
}

.sky-carousel .sky-carousel-container li a img {
	border: none;
}


.sky-carousel .sc-content-wrapper {
	position: absolute;
	text-align: center;	
	width: 100%;
	top: 550px;
	z-index: 4999;
}

.sky-carousel .sc-content-container {
	position: relative;
	padding: 0 20px;
}


/**********************************************
*
* 蒙层
*
**********************************************/
.sky-carousel .sc-overlay {
	position: absolute;
	height: 100%;
	z-index: 4998;
	pointer-events: none;
	top: 0;
}

.sky-carousel .sc-overlay-left {
	left: -0.1px;
}

.sky-carousel .sc-overlay-right {
	right: -0.1px;
}

/**********************************************
*
* 切换按钮
*
**********************************************/
.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;
}

.sky-carousel .sc-nav-button.sc-next {
	background: #606060 url("../images/sc-graphics/next_arrow.png") no-repeat 16px 50%;
	right: -0.1px;
}

.sky-carousel .sc-nav-button.sc-prev {
	background: #606060 url("../images/sc-graphics/prev_arrow.png") no-repeat 14px 50%;
	left: -0.1px;
}

.no-touch .sky-carousel .sc-nav-button:hover {
	background-color: #ea4848;
}

li,ul{list-style:none;outside:none;}
.sky-carousel-wrapper ol{height:20px;position:absolute;bottom:16px;left:50%;}
.sky-carousel-wrapper ol li{height:12px;width:12px;float:left;margin-right:12px;border-radius:50%; border:1px solid #929292;}
.sky-carousel-wrapper ol li.on{ width:56px; height:12px; border-radius:12px;-webkit-animation:fadeInleft 1s;background:#929292;}
@-webkit-keyframes fadeInleft{0%{opacity:0;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

