/* CSS Document - dla galerii */

/* popup */
.gallery_popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100% !important;
	height: 100%;
	padding-top: 120px;
	background: url('/img/popup.png') top left repeat; 
}
/* filter for ie only to get the png to work */
* html .gallery_popup {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/popup.png', sizingMethod='scale');
}
.gallery_popup .gallery_container {
	margin: 0 auto; /* centers popup in page */
	width: 496px !important; /* change to desired popup width */
	width /**/: 496px; /* for IE 5.5 */
	padding: 0;
	text-align: center;
	font-size: 14px;
	background: #fff;
}
.gallery_container .gallery_header {
	padding: 4px;
	border-bottom: 1px solid #E8E8B8;
	background: #F8F8C8 url('/img/boxC.gif') repeat-x top;
	overflow: hidden;
	color: #663;
	height: 14px;
}
.gallery_container .gallery_header h2 {
	float: left;
	font-size: 12px;
	margin: 0;
	color: #663;
}
.gallery_container .gallery_header .gallery_close {
	float: right;	
	font-size: 14px;
	line-height: 12px;
}
.gallery_container .gallery_header .gallery_close a {
	text-decoration: none;
	color: #663;
}
.gallery_container .gallery_footer {
	padding: 0;
	border: 1px solid #E8E8B8;
	background: #FCFCCC;
	overflow: hidden;
	font-size: 11px;
	color: #663;
	margin-top: -1px;
}
.gallery_container .gallery_footer p {
	float: left;
	/*width: 200px;*/
	margin: 0;
	padding: 5px;
	text-align: center;
}
.gallery_container .gallery_footer .gallery_nav {
	float: right;
	padding: 5px;
}
.gallery_container .gallery_footer .gallery_nav a{
	text-decoration: none;
	color: #663;
}
.gallery_container .gallery_content {
	padding: 4px;
	display: none;
	border: 1px solid #E8E8B8;
}
.gallery_container .gallery_content p {
	padding: 0;
	margin: 2px;
	font-size: 11px;
	color: #663;
}
.gallery_container #gallery_loading {
	height: 480px;
	width: 494px;
	text-align: center;
	line-height: 0;
	background: #ffffff url('/img/loading.gif') center 50% no-repeat;
	border: 1px solid #E8E8B8;
}
.gallery_midibox {
	float: left;
	height: 130px;
	width: 136px;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
}
.gallery_minibox {
	float: left;
	height: 110px;
	width: 110px;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
}
#galleryImage {
	border: 1px #cc9 solid;
}
.gallery_decription {
	font-size: 11px;
	color: #663;
	text-align: center;
}
.gallery_ramka {
	border: 1px #cc9 solid;
	margin: 2px;
}