body {
	color: #ffffff;
	background: url(../grafika/tlo.jpg) #000000;
}

object { outline:none; }

#center-wrapper {
	margin: 0 auto;
	width: 800px;	
}

#flash-content {
	width: 800px; 
    height: 890px;
}

#galeria {
	width: 800px;
    height: 120px;
	background: url(../grafika/galeria_background.png);
}

.przesuwne {
	height:91px;
	overflow:hidden;
	position:relative;
	width:675px;
	top:14px;
	left:108px;
}
#miniaturki {
	clear:both;
	position:absolute;
	width:20000em;
}
#miniaturki div {
	background-color:#ffffff;
	border:1px solid #808040;
	cursor:pointer;
	float:left;
	height:75px;
	margin:5px 5px 5px 20px;
	padding:2px;
	width:100px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#miniaturki div.hover {
	border:2px solid #3f3f1f;
	position:relative;
	z-index:9999;
}
#miniaturki img{
	height:75px;
	width:100px;
	border-width: 0px;
}

.simple_overlay {
	display: none;
	z-index: 10000;
	background-color:#e5e5c0;
	width: 675px;
	min-height: 200px;
	border:2px solid #e5e5c0;
}

.simple_overlay .close {
	background-image:url(../grafika/close.png);
	position: absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.next, .prev {
	position:absolute;
	top:40%;
	border:1px solid #ffffff;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#484848;
	font-size:11px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#b0b06e;
}

.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#3b3b3b;
	font-size:11px;
	border-top:1px solid #ffffff;
}

.info strong {
	display:block;	
}

.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

.next, .prev, .info {
	background:#d7d7aa;
}
