
.cp-carousel__three_pager-wrapper {
		
		.slick-slide {
			margin: 0 1rem;
			img {
				height: auto;
				width: auto!important;
				margin: auto;
			}
		}
		
		.slick-arrow {
			border-width: 8px;
		}
		.slick-dots {
			position: relative;
			bottom: auto;
			padding: 10px 0 20px;
			background: #eee;
	
			li {
				margin: 0 5px;
				width: auto;
				height: auto;
	
				button {
					background-color: #61247f;
					width: 30px;
					height: 4px;
					padding: 0;
	
					&:before {
						content: none;
					}
				}
	
				&.slick-active {
					button {
						background-color: #cb007f;
					}
				}
			}
		}
		.slick-next {
			right: 0.9rem!important;
		}
		.slick-prev {
			left: 0.9rem!important;
		}
	}
