@media not all
{
html {
	margin-left: 1px;
}
}
@media only screen and (max-width:767px) and (min-width:480px)
{
.sky-carousel .sc-overlay {
	width: 160px !important;
}
}
@media only screen and (max-width:479px)
{
.sky-carousel .sc-overlay {
	width: 70px !important;
}
}
.js .sky-carousel {
	visibility: hidden;
}
.sky-carousel {
margin: 0px auto;border-image: none; width: 100%; height: 290px; overflow: hidden; position: relative;
}
.sky-carousel .sky-carousel-container {
	margin: 0px; padding: 0px; float: left; list-style-type: none; position: relative;
}
.sky-carousel .sky-carousel-container li {
	position: absolute;
}
.sky-carousel .sky-carousel-container li img {
	display: block; width: 200px;
    height: 200px;
    border-radius: 100px;
}
.sky-carousel .sky-carousel-container li a img {
	border: currentColor; border-image: none;
}
.sky-carousel .sky-carousel-container .sc-content {
	display: none;
}
.sky-carousel .sc-content-wrapper {
	left: 50%; top: 81%; width: 100%; text-align: center; position: absolute; z-index: 9999;
}
.sky-carousel .sc-content-container {
	padding: 0px 20px; left: -50%; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; position: relative;
}
.sky-carousel .sc-content-wrapper h2 {
	margin: 0px; padding: 0px; color: rgb(68, 68, 68); font-size: 22px;
}
.sky-carousel .sc-content-wrapper h2 i{display: inline-block; padding: 0px 5px;}
.sky-carousel .sc-content-wrapper p {
	margin: 0px; padding: 0px; color: rgb(119, 119, 119); font-size: 14px;
}
.sky-carousel .sc-content-wrapper a {
	color: rgb(68, 68, 68); text-decoration: none; border-bottom-color: rgb(68, 68, 68); border-bottom-width: 1px; border-bottom-style: dotted;
}
.sky-carousel .sc-overlay {
	top: 0px; height: 100%; position: absolute; z-index: 9998; pointer-events: none;
}
.sky-carousel .sc-overlay-left {
	left: -0.1px;
}
.sky-carousel .sc-overlay-right {
	right: -0.1px;
}
.sky-carousel .sc-nav-button {
	transition:background-color 0.3s; top: 50%; width: 50px; height: 50px; margin-top: -30px; position: absolute; z-index: 10000; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s;
}
.sky-carousel .sc-nav-button.sc-next {
	background: url("./left8.png") no-repeat ; right: -0.1px;
}
.sky-carousel .sc-nav-button.sc-prev {
	background: url("./right8.png") no-repeat; left: -0.1px;
}

.sky-carousel .sc-preloader {
	background: url("preloader.gif") no-repeat 50% 50% rgb(245, 245, 245); padding: 10px; border-radius: 4px; left: 50%; top: 50%; width: 24px; height: 24px; margin-top: -22px; margin-left: -22px; position: absolute; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.sc-no-select {
	-ms-user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; user-select: none;
}
