.carousel-component {
	display: block; 
	padding:8px 16px 4px 16px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #d7c0a0;
	width: 556px;
}

.carousel-component .carousel-list li { 
	margin:4px;
	width:164px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:136px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #bb9660;
	outline:none;
    background-color: #f3eadc;
    text-decoration: none;
}

.carousel-component .carousel-list li a:hover { 
	/*border: 1px solid #aaaaaa;*/ 
}

.carousel-component .carousel-list li img { 
	border:1px solid #816843;
	display:block; 
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

h3{
    text-align: center;
    font-size: 90%;
    color: #666;
}

/*
#Tresc div.zawartosc div.wstep{
	margin-left: 20px;
	margin-right: 20px;
}

#Tresc div.zawartosc div.wstep h1{
    text-align: center;
	font-size: 18px;
	font-family: cursive;
	color: #666;
}

#Tresc div.zawartosc h3{
    text-align: center;
	font-size: 15px;
	font-family: cursive;
    color: #666;
}*/
