
div.gallery-preview {
	margin-top:6px;
	width:645px;
}

div.gallery-preview-name {
	text-align:left;
	background:url(../images/menu_box_bg_na.jpg) repeat-y;
	padding-left:10px;
	margin-bottom:1px;
}
div.gallery-preview-name a:link, 
div.gallery-preview-name a:visited {
	font-size:20px;
	color:#000;
	text-decoration:none;
}
div.gallery-preview-name a:hover {
	text-decoration:underline;
}

div.gallery-preview-thumbs {
	text-align:center;
}
div.gallery-preview img {
	border:4px solid #999;
	margin:10px;
}



.g-corner-1 {
	width:9px;
	height:9px;
	background:url(../images/g_corner_1.jpg);
}
.g-corner-2 {
	width:9px;
	height:9px;
	background:url(../images/g_corner_2.jpg);
}
.g-corner-3 {
	width:9px;
	height:9px;
	background:url(../images/g_corner_3.jpg);
}
.g-corner-4 {
	width:9px;
	height:9px;
	background:url(../images/g_corner_4.jpg);
}
.g-top-1 {
	height:9px;
	background:url(../images/g_top_1.jpg);
}
.g-right-1 {
	height:9px;
	background:url(../images/g_right_1.jpg);
}
.g-bottom-1 {
	height:9px;
	background:url(../images/g_bottom_1.jpg);
}
.g-left-1 {
	height:9px;
	background:url(../images/g_left_1.jpg);
}
.g_inner_1 {
	background:url(../images/g_inner_1.png) left top no-repeat;
}
.g_inner_2 {
	background:url(../images/g_inner_2.png) right top no-repeat;
}
.g_inner_3 {
	background:url(../images/g_inner_3.png) right bottom no-repeat;
}
.g_inner_4 {
	background:url(../images/g_inner_4.png) left bottom no-repeat;
}






#gallery_container {
}

#gallery-description {
	width:70%;
	margin:30px auto 30px auto;
	color:#999;
	text-align:justify;
}

#gallery_container table {
	margin:auto;
}

.gallery_image {
	border:4px solid #ffffff;
	cursor:pointer;
}

.gallery_image:hover {
	border:4px solid #4f94d5;
}

.box {
	border:1px solid #444444;
	background:#ffffff;
	text-align:left;
	padding:5px;
}

.gal-icons-div {
	background:#ffffff;
	padding-right:3px;
	margin:0px 0px 0px 0px;
	position:absolute;
	border:none;
}

#file_desc {
	font-size:10px;;
	color:#666666;
}

.gallery_cell_div {
	margin:5px;
}

.upload_icons_div {
	background:#fff;
	padding:3px;
	margin:-4px 0px 0px -4px;
}

.upload_image_over {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.upload_image_out {
	opacity:1;
	filter:alpha(opacity=100);
}







/* Pokazywanie dużego zdjęcia */
#showcase {
	z-index:999998;
	position:absolute;
	background-color:#ffffff;
	opacity:0;
	filter:alpha(opacity=0);
	padding:15px;
}
#showcase_top {
	height:30px;
}
#showcase_change_photo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:999999;
}



.showcase_go_prev_out {
	border:10px solid #ffffff;
	background:url(../images/showcase_go_prev.gif) no-repeat center;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
	float:left;
}
.showcase_go_prev_over {
	border:10px solid #ffffff;
	background:url(../images/showcase_go_prev.gif) no-repeat center;
	opacity:0.3;
	filter:alpha(opacity=30);
	cursor:pointer;
	float:left;
}
.showcase_go_next_out {
	border:10px solid #ffffff;
	background:url(../images/showcase_go_next.gif) no-repeat center;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
	float:right;
}
.showcase_go_next_over {
	border:10px solid #ffffff;
	background:url(../images/showcase_go_next.gif) no-repeat center;
	opacity:0.3;
	filter:alpha(opacity=30);
	cursor:pointer;
	float:right;
}

a.file_close_link:link, 
a.file_close_link:visited {
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a.file_close_link:hover {
	color:#dd2b27;
}
#file_download {
	text-align:left;
	float:left;
}
#file_download_link {
	display:none;
}
#file_close {
	text-align:right;
	float:right;
}
#file_loader {
	clear:both;
	background:#ffffff url(../images/loading.gif) no-repeat center;
	border:none;
}
#file_gal {
	width:100%;
	border:none;
}
#file_desc {
	width:100%;
	padding:6px;
	border:none;
}


.lbOutGal  {
	opacity:0.7;
	filter:alpha(opacity=70);
	border:4px solid #999;
	margin:10px;
}
.lbOverGal {
	opacity:1;
	filter:alpha(opacity=100);
	border:4px solid #ccc;
	margin:10px;
}
