

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.zdjecia-nawigacja2{
	padding: 1px 0 0 0;
	width: 927px;
	margin:36px auto 56px;
 }
.zdjecia-nawigacja{
	/*background: #efead8;*/
	width: 698px;
	padding: 0px 5px 0px;
	background: url(../images/w2/sprite1.png) no-repeat 0px 0px;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-container ul, .jcarousel-container li {
	/*background: #efead8;*/
	margin: 0px;
	padding: 0px;
	display: block !important;
}

.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-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
    display: none;
}

.jcarousel-prev {
	z-index: 3;
    display: none;
}



/* skin muscular */
.jcarousel-container {
	width: 649px;
	position: relative;
}

.jcarousel-skin-muscular {
	padding:0px 0px 0px 41px;
	width:659px;
	margin: 0px;
}

.jcarousel-skin-muscular .jcarousel-clip {
	width:620px;
}

.jcarousel-skin-muscular .jcarousel-item {
	text-align:center;
	margin: 0px 0px 0px 0px;
	width:124px;
}

.jcarousel-skin-muscular .jcarousel-next {
	width: 36px;
	height: 115px;
	cursor: pointer;
	background: transparent url(../images/w2/bg-sprite.png) no-repeat -48px -607px;
	position: absolute; top:2px; right: 0;
}
.jcarousel-skin-muscular .jcarousel-next-disabled {
	cursor: default;
	width: 36px;
	height: 115px;
	background: transparent url(../images/w2/bg-sprite.png) no-repeat -95px -607px;
	position: absolute; top:2px; right: 0;
}
* html body .jcarousel-skin-muscular .jcarousel-next,
* html body .jcarousel-skin-muscular .jcarousel-next-disabled {
	position: absolute; top:2px; right: -1px;
}

.jcarousel-skin-muscular .jcarousel-prev {
	width: 36px;
	height: 115px;
	cursor: pointer;
	background: transparent url(../images/w2/bg-sprite.png) no-repeat -144px -607px;
	position: absolute; top:2px; left: 0;
}
.jcarousel-skin-muscular .jcarousel-prev-disabled {
	cursor: default;
	width: 36px;
	height: 115px;
	background: transparent url(../images/w2/bg-sprite.png) no-repeat 4px -607px;
	position: absolute; 
	left: 0;
}
* html body .jcarousel-skin-muscular .jcarousel-prev,
* html body .jcarousel-skin-muscular .jcarousel-prev-disabled {
	position: absolute; top:2px; left: 0;
}
.jcarousel-skin-muscular-normal {
	display: block;
	margin: 0px;
	padding: 0px 0px 7px;
	background: url(../images/w2/carousel-bg.png) no-repeat 5px 0px;
}

.jcarousel-skin-muscular-normal a:hover img {
	padding: 0;
	border: 2px solid #d183d1;
}

.jcarousel-skin-muscular-active img {
	padding: 2px;
	background: #161616;
	border: 2px solid #490303;
}
.jcarousel_disabled{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}


