	
	/* firmy przełączanie */

	#galerie-karuzela { margin-left: 0; margin-right: 0; margin-top: 20px; }
 
	.galerie-glowna { visibility: hidden; }  
		    
	.jcarousel-container {  position: relative; overflow:hidden;}

	.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative;  }

	.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: 232px; height: 190px; text-align:center; display: block; }
	 
	.jcarousel-next {  z-index: 3;  display: none; }
	.jcarousel-prev {  z-index: 3; display: none; }

	.jcarousel-container {  background: none; }

	.jcarousel-container-horizontal { width: 232px; }
 	 
	.jcarousel-clip-horizontal {  width:  232px; height: 190px; }
 	 
	.jcarousel-item { text-align: center; width: 232px; height: 153px; /*  background: url('../media/layout/galerie-glowna-cien-bg.jpg') bottom right no-repeat; */ margin: 0; padding:0;  }
	.jcarousel-item img { /* border: 1px solid #aeaeae; */ vertical-align: bottom }
	.jcarousel-item-horizontal { margin-right: 0; }
	.jcarousel-item-vertical {  margin-bottom: 10px; }
	.jcarousel-item-placeholder {  background: #fff;  color: #000;}
 	 	 
	.jcarousel-next-horizontal { position: absolute; top: 165px; margin-left: 209px; width: 22px; height: 22px; cursor: pointer;
	     background: transparent url('../media/layout/strz-czerw-prawa.png') no-repeat 0 0;
	}

	.jcarousel-next-horizontal:hover {
	    background: transparent url('../media/layout/strz-czerw-prawa.png') no-repeat 0 0;
	}

	.jcarousel-next-horizontal:active {
	    background-position: 0 0;
	}

	.jcarousel-next-disabled-horizontal,
	.jcarousel-next-disabled-horizontal:hover,
	.jcarousel-next-disabled-horizontal:active {
	    cursor: default;
	    background: transparent url('../media/layout/strz-czserw-prawa.png') no-repeat 0 0;
  	}

	.jcarousel-prev-horizontal {  
		
	    position: absolute; top: 165px; margin-left: 180px; width: 30px; height: 28px;  cursor: pointer;
	    background: transparent url('../media/layout/strz-czerw-lewa.png') no-repeat 0 0;
		
	}

	.jcarousel-prev-horizontal:hover {
	    background: transparent url('../media/layout/strz-czerw-lewa.png') no-repeat 0 0;
	}

	.jcarousel-prev-horizontal:active {
	    background: transparent url('../media/layout/strz-czerw-lewa.png') no-repeat 0 0;
	}
	 
	.jcarousel-prev-disabled-horizontal,
	.jcarousel-prev-disabled-horizontal:hover,
	.jcarousel-prev-disabled-horizontal:active {
	    cursor: default;
	    background: transparent url('../media/layout/strz-czerw-lewa.png') no-repeat 0 0;
	}
	 
	.info { position: absolute; top: 170px; left: 0; z-index: 3; width: 170px; height: 18px; background-color: #fff; font: 11px Tahoma; color: #664731; text-align: left; text-transform: uppercase; }
	.jcarousel-fimry .info span { color: #d20017; font-weight: bold; }
