

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.zdjecia-nawigacja2{
	padding: 1px 0 0 0;
	border-top: 1px solid #57595b;
	width: 927px;
	margin:20px auto 0;
 }
.zdjecia-nawigacja{
	background: #3a3a3a;
	width: 917px;
	padding:11px 5px 13px;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-container ul, .jcarousel-container li {
	background: #3a3a3a;
	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;
    height: 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: 853px;
	position: relative;
}

.jcarousel-skin-muscular {
	padding:2px 27px 0;
	width:863px;
	margin: 0px;
}

.jcarousel-skin-muscular .jcarousel-clip {
	width:863px;
}

.jcarousel-skin-muscular .jcarousel-item {
	text-align:center;
	height:89px;
	margin:0 0;
	width:123px;
	padding-top:6px;
}

.jcarousel-skin-muscular .jcarousel-next {
	width: 27px;
	height: 89px;;
	cursor: pointer;
	background: transparent url(../images/pager2.jpg) -27px 0 no-repeat;
	position: absolute; top:2px; right: 0;
}
.jcarousel-skin-muscular .jcarousel-next-disabled {
	cursor: default;
	width: 27px;
	height: 89px;
	background: transparent url(../images/pager2.jpg) -27px -89px no-repeat;
	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: 27px;
	height: 89px;
	cursor: pointer;
	background: transparent url(../images/pager2.jpg) 0 0 no-repeat;
	position: absolute; top:2px; left: 0;
}
.jcarousel-skin-muscular .jcarousel-prev-disabled {
	cursor: default;
	width: 27px;
	height: 89px;
	background: transparent url(../images/pager2.jpg) 0 -89px no-repeat;
	position: absolute; top:2px; 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 img {
	padding: 3px;
	background: #161616;
	border: 1px solid #57595b;
}

.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;
}

