mirror of
				https://github.com/3lswear/webserv.git
				synced 2025-10-31 22:36:37 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			425 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			425 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .jcarousel-container {
 | |
| 	position:relative;
 | |
| }
 | |
| .jcarousel-clip {
 | |
| 	z-index:2;
 | |
| 	padding:0;
 | |
| 	margin:0;
 | |
| 	overflow:hidden;
 | |
| 	position:relative;
 | |
| 	width:928px;
 | |
| 	height:298px;
 | |
| }
 | |
| .jcarousel-list {
 | |
| 	z-index:1;
 | |
| 	overflow:hidden;
 | |
| 	position:relative;
 | |
| 	top:0;
 | |
| 	left:0;
 | |
| 	margin:0;
 | |
| 	padding:0;
 | |
| }
 | |
| .jcarousel-list li, .jcarousel-item {
 | |
| 	float:left;
 | |
| 	list-style:none;
 | |
| 	width:928px;
 | |
| 	height:298px;
 | |
| 	position:relative;
 | |
| }
 |