/* pomaranczowy ciemny EE2424 */
/* pomaranczowy jasny F47A28  */
/* rozowy CD3171              */
/* niebieski 0054FF */
/* seledynowy 3ECBFF */

/* ramka wyboru galeri */
div.gallery_thumbnail
{
	text-align: center;
	padding: 2px;
	width: 148px;
	height: 129px;
	background-image: url(/kterej.pl/im/new_image_frame.png);
	background-origin: padding-box;
	background-position: center;
	background-repeat: no-repeat;
}

img.gallery_thumbnail
{
	padding-top: 8px;
}

/* tytul galeri w ramce miniatury */
p.gallery_thumbnail_title
{
	font-size: 12px;
	color: #404040;
	margin: 1px;
}

/* pusta ramka wyboru galeri */
div.gallery_blank_thumbnail
{
	width: 148px;
}

/* ramka z nowymi postami bloga */
div.gallery_frame
{
	padding-top: 36px;
	padding-left: 8px;
	margin-top: 30px; /* odstep okienka galeri od menu */
	margin-bottom: 0px;
	height: 545px;
	background-image: url(/kterej.pl/im/gallery_frame.png);
	background-origin: padding-box;
	background-position: top center;
	background-repeat: no-repeat;
}

/* ramka wyboru galeri */
div.other_galleries
{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-image: url(/kterej.pl/im/galleries_header.png);
	background-origin: padding-box;
	background-position: 20px 0px;
	background-repeat: no-repeat;

	//border-style: solid;
	//border-color: #000000;
	//border-width: 1px;
}

table.other_galleries
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

table.other_galleries tr
{
}

table.other_galleries td
{
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}


#gallery_set
{
	width: 640px;
	height: 480px;
	z-index: 5;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.gallery a
{
	outline: 0;
}

img.thumbnail, #gallery_set img.thumbnail
{
	display: none;
}

.gallery
{
	overflow: hidden;
	position: relative;
}

.gallery img
{
	border: 0;
	margin: 0;
}

.gallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../im/gallery/loading-bar-black.gif');
}

.gallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../im/gallery/loading-bar-black.gif');
}

* html .gallery .slideInfoZone
{
	bottom: -1px;
}

/* podpis obrazka */
.gallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #FF0000;
}

/* blok selektora zdjec w galerii */
.gallery div.carouselContainer
{
	position: absolute;
	height: 114px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

/* box selektora zdjec */
.gallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #909090;
	color: #404040;
	cursor: pointer;
}

/* ramka selektora zdjec */
.gallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 94px;
	background: #909090;
	//color: #FFFFFF;
	text-indent: 0;
	overflow: hidden;
}

/* wewnetrzna ramka selektora zdjec */
.gallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

/* ramka wyboru zdjecia w selektorze zdjec */
.gallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000000;
	background-position: center center;
	float: left;
	border: solid 1px #FFFFFF;
}

.gallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.gallery a.right, .gallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index: 10;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .gallery a.right, * html .gallery a.left
{
	filter:alpha(opacity=50);
}

.gallery a.right:hover, .gallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* strzalki przewijania zdjec */
.gallery a.left
{
	left: 0;
	top: 0;
	background: url('../im/gallery/c_left.png') no-repeat center left;
}

/* strzalki przewijania zdjec */
.gallery a.right
{
	right: 0;
	top: 0;
	background: url('../im/gallery/c_right.png') no-repeat center right;
}

.gallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* ikona powiekszenia zdjecia */
.withArrows a.open:hover
{
	background: url('../im/elements/expand.png') no-repeat center center;
}

/* box selektora galerii */
.gallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	//background: #333333;
	//color: #3ECBFF;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter: alpha(opacity=40);
}


.remooz-element
{
	cursor:					-moz-zoom-in;
}

/* ramka zdjecia w powiekszeniu */
.remooz-box
{
	position:				absolute;
	top:					0;
	left:					0;
	//background:				#FF0000 no-repeat center;
	z-index:				100;
	border-style: solid;
	border-width: 5px;
	border-color: #303030;
}

.remooz-body
{
	width:					100%;
	height:					100%;	
}

.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					-moz-zoom-out;
}

.remooz-box-dragging .remooz-body
{
	cursor:					move;
}

.remooz-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(../im/gallery/closebox.png) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
}

.remooz-title
{
	position:				relative;
	left:					0px;
	top:					2px;
	text-align:				center;
}

.remooz-title-bg
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	//background-color: #AAAAAA;
	z-index:				99;
	//-moz-border-radius:		5px;
	//-webkit-border-radius:	5px;
	/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
	//-webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}

.remooz-title-content
{
	//position:				relative;
	height: 40px;
	//padding:				5px 5px;
	color:					#FFFFFF;
	z-index:				101;
//	font:					11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	//border-style: solid;
	//border-width: 5px;
	//border-color: #FF0000;
}

.remooz-engine-trident4 .remooz-title-bg
{
	display:				none;
}

.remooz-engine-trident4 .remooz-title-content
{
	background-color:		#333333;
}

/* tekst podpisu zdjecia */
.remooz-title-content h6
{
	top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #CCDDFF;
}

.remooz-title-content p
{
	color:					#333333;
}

.remooz-type-image img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

/* cieniowanie okienka */
/*
.remooz-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(../../im/gallery_elements/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(../../im/gallery_elements/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(../../im/gallery_elements/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(../../im/gallery_elements/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(../../im/gallery_elements/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(../../im/gallery_elements/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(../../im/gallery_elements/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(../../im/gallery_elements/remo_bg_nw.png) no-repeat;
}
*/



