@CHARSET "UTF-8";

img.imgThumb, img.imgThumbEdit, img.noImg, img.hideImg
{
	width: 100px; height: 80px;
	margin-right: 8px;
	float: left; cursor: pointer;
}

img.imgThumbEdit{margin-right: 2px;}
img.noImg{cursor: default; filter:Alpha(Opacity=25);opacity: .25;}
img.hideImg{display: none;}

/* NOWA GALERIA */
.btnShowGall, .btnShowPhotos, .btnShowVGall
{
	cursor: pointer;
}
.btnDelImg
{
	width: 15px; height: 15px; font-size: 8pt; position: absolute;
}
div.gall-holder
{
	display: none; position: fixed; z-index: 2000;
}

div.gall-thumb-holder
{
	width: 100px; height: 80px; 
	margin: 0px 2px;
	display: inline-block; vertical-align: top; cursor: pointer; text-align: center;
}
img.gall-thumb-img{max-width: 100px; max-height: 80px;}
div.gall-thumb-bar
{
	width: 640px; height: 82px;
	padding: 4px 0px; margin: 4px auto 10px; 
	text-align: center;
	overflow: hidden;
}

div#gall-btn-off, div#vgall-btn-off
{
	padding: 4px 8px; 
	float: right; text-align: center;
}

img.gall-img-loader{margin-top: 225px}
img.gall-img-big
{
	max-width: 640px; max-height: 480px;
}
div.gall-img-holder
{
	width:640px; height:480px;
	padding: 1px; margin: 5px 10px;
	text-align: center; position: relative;
}
div.gall-topbar
{
	height: 30px;
	margin: 5px 10px;
	font-weight: bold; font-size: 1.2em; text-align: left;
}

div.item-no-wide[id='gall-item-no']{max-width: 500px !important;}
div#gall-item-no
{
	height: 20px; max-width: 200px;
	padding: 4px 0px;
	font-weight: bold;
	display: inline-block; overflow: hidden; vertical-align: middle;
}
div#gall-item-name
{
	height: 20px; max-width: 450px;
	font-weight: normal !important;  
	display: inline-block; overflow: hidden;  vertical-align: middle;
}

/** VideoViewer **/
div.vgall-holder
{
	width: 640px; 
	padding: 5px;
	z-index: 2100; display: none; position: absolute;
}

div#vgall-toolBar
{
	width: 640px; height: 30px;
	margin-bottom: 5px;
	font-weight: bold; font-size: 1.2em; text-align: left;
}

div#vgall-title
{
	height: 20px; max-width: 200px;
	padding: 4px 0px;
	font-weight: bold;
	display: inline-block; overflow: hidden; vertical-align: middle;
}

#vgall-ytFrame
{
	width: 640px; height: 480px;
}