/* jQuery lightBox plugin - Gallery style */
*{margin:0:padding:0}

html {background:#e8d7b7;
}   
body { }
h2.nadpis{margin:60px 20px 0px 50px;
color:white;
}
.wrap{margin-top:10px;
margin-left:50px;
}

.thumbnail-item { /* position relative so that we can use position absolute for the tooltip */
	position: relative; 
	float: left;  
	margin:20px 20px 2px 0; 
                }

.thumbnail-item a {display: block; 
}
.thumbnail-item img.thumbnail {border:0px solid #ccc;	
}		
.tooltip {/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding: 1px 0 0 1px; 
}
.tooltip span.overlay {/* the png image, need ie6 hack though */		
		/* put this overlay on the top of the tooltip image */
		position: absolute; 
		top: 0px; 
		left: 0px; 
		display: block; 
		width: 960px; 
		height: 400px;
	}
