<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ac_slider{
		display: block;
		position: relative;
		float: left;
		/*min-height:150px;*/
		height: inherit;
	}
	
	.ac_slider_window{
		/*min-height:150px; */
		min-height:163px;
		padding-top:24px; 
		float:left;  
		width:535px; 
		overflow:hidden; 
		position:relative; 
		display:block;  /*background-color: #d3d7dc;*/
	}
	
	.ac_p_gallery_wrap{
		position:relative; display:block; white-space: nowrap;
	}
	

	.prev{
		height:150px; 
		float:left; 
		width:25px; 
		overflow:hidden; 
		position:relative; 
		display:block; 
	
	
	}
	
	.next{
		height:150px; 
		float:left; 
		width:25px; 
		overflow:hidden; 
		position:relative; 
		display:block; 
		
	}


	.next, .prev{
		
		cursor:pointer;
	}
	
	

	.ac_p_gallery{
	
		left:6px;
		list-style-type: none;
		over-flow:hidden;
		display: inline-block;
		position:relative;
		-webkit-transition: margin .6s;
        -moz-transition: margin .6s;
        transition: margin .6s;
		top:6px;
		border-top-color: #adb3bc;
		margin: -4px 0 -4px -4px;
	}
	
	
	.ac_p_gallery li{
		padding: 0px 4px;
		position: relative;
		display: inline-block;
		
	}
	
</pre></body></html>