﻿	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

	.div_loader {
		position: absolute;
		width: 100%;
		background: url('https://spi.prologit.pl/asp/grafika/popup_tlo_100.png') 0 0 repeat;
		top: 0;
		left: 0;
		z-index: 2950;
		display: none;
		overflow: hidden;
	}