@charset "utf-8";
/* CSS Document */
	#pasek-box {
	border:none;
	border-left:none;
	border-right:none;
	height:100px;
	text-align:center;
	width:800px;
	position:absolute;
	right:0px;


	}
	.produkt {
	cursor:pointer;
	padding:0px 5px;
	float:left;
	width:126px;
	margin:0px 5px;
	border:none;
	height:100px;
	display: block;
	}


	#dhtmlgoodies_slideshow{
	width:740px;	/* Total width of slideshow */
	float:left;
	}
	#galleryContainer{
	height:100px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	float:left;
	width:740px;
	}
	#arrow_left{
	z-index:10;
	float:left;
	width:30px;
	height:100px;
	background-color:#999999;
	}
	#arrow_right{
	z-index:10;
	float:left;
	width:30px;
	height:100px;
	background-color:#999999;
	}
	#theImages{
	position:absolute;
	left:0px;
	width:3000px;
	height:100px;
	text-align:center;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	padding:0px;
	cursor:pointer;
	border:0px;
	margin:0px auto;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
