/* Warstwy główne */

#photos_div {
	width: 100%;
	top: 0px;
	left: 0px;
	visibility: hidden;
	position: absolute;
	z-index: 1;
}
#photos_fog, #photos_fogie {
	width: 100%;
	top: 0px;
	left: 0px;
	background: url(photos_fog.png) center top repeat;
	position: absolute;
	z-index: 1;
}
#photos_fogie {
	background: #000000;
	filter: alpha(opacity=70);
}
#photos_load {
	width: 100%;
	top: 200px;
	left: 0px;
	background: url(photos_loading.gif) center top no-repeat;
	position: absolute;
	z-index: 1;
}
#photos_bg {
	width: 300px;
	margin: 0 auto;
	padding: 0 0 10px;
	border: 3px solid #5b5b5b;
	top: 0px;
	background: #ffffff;
	overflow: auto;
	visibility: hidden;
	position: relative;
	z-index: 1;
}

/* Warstwy nagłówka */

#photos_head {
	width: 100%;
	overflow: auto;
}
#photos_esc {
	width: 50px;
	height: 50px;
	float: right;
	background: url(photos_close.gif) right top no-repeat;
	cursor: pointer;
}
#photos_desc {
	padding: 10px;
	font: normal 17px verdana;
	color: #000000;
	float: left;
	overflow: auto;
}

/* Warstwy zdjęcia */

#photos_navi {
	width: 100%;
	text-align: center;
	overflow: auto;
}
#photos_navil_1, #photos_navir_1 {
	width: 50%;
	position: absolute;
	z-index: 1;
}
#photos_navil_2, #photos_navir_2 {
	width: 100%;
	background: url(photos_glass.gif) center top repeat;
}
#photos_navil_1, #photos_navil_2 {
	left: 0px;
}
#photos_navir_1, #photos_navir_2 {
	right: 0px;
}

/* Warstwy informacyjne */

#photos_count {
	padding: 5px 10px 0;
	font: normal 12px verdana;
	color: #909090;
}
