.contentSlider .jcarousel-wrapper {
	margin: 0px auto;
	position: relative;
	z-index: 0;
	float: left;
}

.contentSlider  .jcarousel {
	position: relative;
	overflow: hidden;
}
.contentSlider .jcarousel .jcarousel-inner {
	width: 15000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.contentSlider .jcarousel .jcarousel-inner .slide{
    float: left;
}


.gallery-top .swiper-container ,
.gallery-thumbs.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gallery-top.swiper-container .swiper-wrapper .swiper-slide ,
.gallery-thumbs.swiper-container .swiper-wrapper .swiper-slide {
	background-size: cover;
	background-position: center;
}
 .gallery-top.swiper-container .swiper-wrapper .swiper-slide img,
 .gallery-thumbs.swiper-container .swiper-wrapper .swiper-slide img{
	width: 100%;
	padding-right: 0;
 }
 
 
.gallery-top {
	width: 100%;
}
.gallery-top  .swiper-pagination.numbers .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0px 1px;
	border-radius: 0;
}

.swiper-pagination.dots  .swiper-pagination-bullet.swiper-pagination-bullet-active  {
	background-color: #cc0000;
}

.content-slider .swiper-pagination-button {
	height: 52px;
	width: 40px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	z-index: 10;
	text-align: center;
	cursor: pointer;
}

.content-slider .swiper-pagination-button:hover {
	cursor: pointer;
} 

.content-slider .swiper-next-button,
.content-slider .swiper-prev-button {
	width: 40px;
	height: 40px;
	background: none;
	text-align: right;
}

.content-slider .icon-interface-right, 
.content-slider .icon-interface-left {
	font-size: 40px;
	line-height: 47px;
	padding-top: 5px;
	color: #fff;
	background-color: rgba(0,0,0,.3);
	padding-left: 0
}

.content-slider .swiper-pagination-button:hover .icon-interface-left,
.content-slider .swiper-pagination-button:hover .icon-interface-right {
	color: #000;
	background-color: rgba(255,255,255,.85);
}


.content-slider .swiper-prev-button {
	left: 0;
	text-align: left;
}

.content-slider .swiper-next-button {
	right: 0;
	text-align: right;
}

.content-slider .invisible-button{
	display : none;
}
		




