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

#raj_gallery_section	{
	
	margin:24px auto 24px auto;	
	
}


#raj_gallery_slides, .raj_gallery_slide{
	
	width:952px;
	height:428px;
	overflow:hidden;
	
}

#raj_gallery_slides	{
	
	margin: 0 auto 24px auto;	
	
}

.raj_gallery_slide{
	
	position: relative;
	
}

.raj_gallery_slide:hover{
	
	cursor:zoom-in;
	
}

.rcsic	{
	
	position:absolute;
	
}

#raj_img_prev, #raj_img_next 	{
	
	position:absolute;
	top:198px;
	z-index: 1000;
	
}


#raj_img_prev	{
	
	left:12px;
	
}

#raj_img_next	{
	
	right:12px;

}

#raj_img_prev:hover, #raj_img_next:hover	{
	
	cursor:pointer;
	
}


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

	#raj_gallery_slides, .raj_gallery_slide	{

		width:775px;
		height:352px;

	}

	#raj_img_prev, #raj_img_next 	{
	
		top:160px;
		
	}
	
	#raj_img_prev	{

		left:8px;

	}

	#raj_img_next	{

		right:8px;

	}

}

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

	#raj_gallery_slides, .raj_gallery_slide{

		width:528px;
		height:266px;

	}
	
	#raj_img_prev, #raj_img_next 	{
	
		top:117px;
		
	}	
	
	#raj_img_prev	{

		left:12px;

	}

	#raj_img_next	{

		right:12px;

	}
	
}

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

	#raj_gallery_slides, .raj_gallery_slide{

		width:476px;
		height:240px;

	}

	#raj_gallery_slides	{
		
		margin-top: 12px;
		
	}

	#raj_img_prev, #raj_img_next 	{
	
		top:104px;
		
	}	
	
	#raj_img_prev	{

		left:12px;

	}

	#raj_img_next	{

		right:12px;

	}
	
}

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

	#raj_gallery_slides, .raj_gallery_slide{

		width:300px;
		height:200px;

	}

	#raj_img_prev, #raj_img_next 	{
	
		top:84px;
		
	}	
	
	#raj_img_prev	{

		left:8px;

	}

	#raj_img_next	{

		right:8px;

	}
	
}


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