<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* large slideshow*/

.rlss	{

	width: 1148px;
	height: 806px;
	position:fixed;
	top:0;
	left:0;	
	z-index: 9000;
	background-color: white;
	border: 1px solid #ae9a64;
	display:none;

}

.rls	{

	width: 1100px;
	height: 734px;
	overflow:hidden;
	margin: 12px 12px 0 12px;
	
}

.rlss &gt; .raj_close, .rlss &gt; .cycle-prev, .rlss &gt; .cycle-next {
	
	position:absolute;
	z-index: 9100;	
	
}

.rlss &gt; .raj_close:hover, .rlss &gt; .cycle-prev:hover, .rlss &gt; .cycle-next:hover {
	
	cursor:pointer;
	
}

.rlss &gt; .raj_close{
	
	right:18px;
	top:18px;
	
}

.rlss &gt; .cycle-prev, .rlss &gt; .cycle-next {
	
	top:375px;
	
}

.rlss &gt; .cycle-prev {
	
	left:18px;
	
}

.rlss &gt; .cycle-next {
	
	right:18px;
	
}

.rlss &gt; .custom-caption_con {
	
	margin:12px 12px 0 12px;
	
}

@media only screen and (max-width: 775px){

	.rlss &gt; .custom-caption_con {

		font-size: 11px;

	}
	
}

@media only screen and (max-width: 520px){

	.rlss &gt; .custom-caption_con {

		font-size: 10px;

	}

}


</pre></body></html>