<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.type-crelly-slider {
	width: 100%;
	min-height: 0;
	padding: 0;
}

.crellyslider &gt; .cs-slides &gt; .cs-slide {
	/*display: none;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;*/ /*Removed for new Crelly Slider plugin version (post 0.8.1)*/
}

.crellyslider &gt; .cs-controls,
.crellyslider &gt; .cs-navigation {
	z-index: 1;
}

.crellyslider &gt; .cs-controls &gt; .cs-next,
.crellyslider &gt; .cs-controls &gt; .cs-previous {
	width: 60px !important;
	height: 60px !important;
	margin-top: -30px !important;
  	margin-bottom: auto !important;
	/*background-image: none !important;*/
	background: #000;
	text-align: center !important;
  	line-height: 60px !important;  
  	box-shadow: none;	
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

	.crellyslider &gt; .cs-controls &gt; .cs-next:before,
	.crellyslider &gt; .cs-controls &gt; .cs-previous:before {
		font-family: 'FontAwesome';
		font-size: 18px;
		color: #fff;
		text-indent: 0;
		float: left;
		width: 100%;
	}

		.crellyslider &gt; .cs-controls &gt; .cs-previous:before {
			content: "\f053";
		}

		.crellyslider &gt; .cs-controls &gt; .cs-next:before {
			content: "\f054";
		}

.crellyslider &gt; .cs-navigation &gt; .cs-slide-link {
	/*width: 80px;
	height: 8px;*/ /* Was for Nayma only, now it's on its own style.css */
	margin: 0 2px !important;
	background: #000;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin: 0;
	background-image: none;
	box-shadow: none;
}

.crellyslider &gt; .cs-navigation &gt; .cs-slide-link:hover,
.crellyslider &gt; .cs-navigation &gt; .cs-slide-link.cs-active {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.crellyslider &gt; .cs-preloader &gt; .cs-loader {
	background-image: none;
	background: none;
	box-shadow: none;
}

.crellyslider &gt; .cs-preloader &gt; .cs-loader:before {
	display: block;
	/* Following part removed since CS comes with a gif animated loader */
	/*font-family: 'FontAwesome';
	content: "\f110";
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	font-size: 30px;
	color: #fff;*/
}

.crellyslider &gt; .cs-progress-bar {
	z-index: 99;
}</pre></body></html>