
#gallery_container {
	display:none;
}

.gal_l_fade {
	position:absolute;
	width:120px;
	height:150px;
	margin-left:-15px;
	background:url('../../gfx/images/gallery/gallery_l_120.png') top left repeat-y;
	z-index:1;
}

.gal_l_fade div {
	position:relative;
	top:65px;
	width:17px;
	height:14px;
	margin-left:20px;
	background:url('../../gfx/images/gallery/arr_l.png') 0px 0px no-repeat;
}

.gal_l_fade:hover > div {
	background-position:0px -14px;
}

.gal_l_fade_container {
	float:left;
	width:1px;
	height:1px;
	margin:0px;
	display:none;
}

.gal_r_fade_container {
	height:1px;
	width:1px;
	margin:0px;
	margin-right:-30px;
	float:right;
	display:none;
}

.gal_r_fade {
	position:absolute;
	width:120px;
	height:150px;
	background:url('../../gfx/images/gallery/gallery_r_120.png') top left repeat-y;
	margin-left:-130px;
	z-index:1;
}

.gal_r_fade div {
	position:relative;
	top:65px;
	left:83px;
	width:17px;
	height:14px;
	background:url('../../gfx/images/gallery/arr_r.png') 0px 0px no-repeat;
}

.gal_r_fade div span, .gal_l_fade div span {
	display:none;
}

.gal_r_fade:hover > div {
	background-position:0px -14px;
}

.img_gallery {
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	font-size:20px;
	text-align:center;
	color:#333;
	background:black url('../../gfx/images/throbber.gif') center no-repeat;
	height:148px;
	overflow:hidden !important;
	margin-left:5px;
	margin-right:0px;
}

.img_gallery .prgr_outer {
	border-color:#ddd !important;
}

.img_gallery .prgr_inner {
	background:#ddd !important;
}

.img_gallery a {
	border:none !important;
}

.img_gallery a:hover {
	border:none !important;
}

.img_gallery .inner_gal {
	margin:4px 75px;
	opacity:0;
	visibility:hidden;
}

.img_gallery .img_div {
	margin:0px 5px;
	float:left;
	padding:0px;
	z-index:0;
	text-decoration:none;
}

.img_gallery .img_div div, .img_gallery .img_div img {
	border:solid 1px #fff;
	height:138px;
	opacity:.80;
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
}

.img_gallery .img_div .img_descr {
	font-size:10px;
	position:absolute;
	background:#fff;
	color:#820128;
	font-weight:bold;
	margin:auto;
	text-align:center;
	margin-top:146px;
	width:200px;
	display:none;
	z-index:5;
	visibility:hidden;
}

.img_gallery:hover .img_div div, .img_gallery:hover .img_div img {
	opacity:.30;
}

.img_gallery .img_div:hover div, .img_gallery .img_div:hover img {
	border:solid 1px #999;
	height:138px;
	opacity:1.0;
	background-position:left 100%;
}

.img_gallery .img_div:hover .img_descr {
	display:block;
}

/* specjalne ustawienia dla małych galerii w treści, a co! */
.small_gal {
	width:97%;
}

.small_gal .gal_l_fade {
	width:100px;
	height:62px;
	margin-top:0px;
	background:url('../../gfx/images/gallery/gallery_l_100_at_444.png') top left repeat-y;
}

.small_gal .gal_l_fade div {
	top:25px;
}

.small_gal .gal_r_fade {
	height:62px;
	margin-left:-80px;
}

.small_gal .gal_r_fade div {
	left:83px;
	top:25px;
}

.small_gal .img_gallery {
	color:#7f7f7f;
	background:#333;
	height:60px;
	margin-right:-20px;
}

/*.small_gal .img_gallery .img_div {
	height:52px;
	background:green;
}*/

.small_gal .img_gallery .img_div div {
	height:50px;
	border:solid 1px #666;
}

.small_gal .img_gallery .img_div:hover div {
	height:50px;
}
