
.gallery_info { text-align:center; margin-bottom:10px; font-weight:bold; color:#696969; }
.gallery { overflow:hidden; margin-bottom:20px; }

.box_left_header { position:relative; }

.gallery_picture_container { width:230px; height:265px; float:left; margin:5px; }
.photo_description { width:230px; height:15px; margin:4px 0; overflow:hidden; text-align:center; font-size:11px; font-weight:bold; }
.gallery_picture { 
	width:220px; height:180px; overflow:hidden; position:relative; border:2px solid #707070; 
	-webkit-border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px; border-radius:3px; 
	behaviour:url(border-radius.htc);
}
.gallery_picture_bottom { overflow:hidden; position:relative; }
.gallery_picture_bottom ._rating_system_ { margin:4px 0 0 0; float:left; }
.gallery_picture_bottom ._comment_ { 
	float:right; height:11px; padding:4px 5px 8px 25px; margin:4px 3px 0 2px; font-size:11px; font-weight:bold; 
	color:#1595D4; background:url(/imgs/gallery-comments.png) no-repeat left;
}
.gallery_picture_bottom ._image_link_ { 
	display:block; height:11px; padding:6px 5px 6px 25px; background:url(/imgs/gallery-link.png) no-repeat left; 
	font-size:11px; font-weight:bold; color:#1595D4; position:absolute; top:4px; left:105px; 
}
.gallery_remove_picture { position:absolute; top:1px; right:0; display:none; }

/* zmienjszenie rozmiaru czcionki polubiania */
.gallery_picture_container ._vote_like_rate_ { font-size:11px!important; }
.gallery_picture_container ._like_label_ { font-size:11px!important; }

.link_blue {
	display:block; float:left; background:#00b3e8; padding:3px 6px; margin-right:2px; border:1px solid #d9d9d9; 
	color:#ffffff; text-decoration:none; font-size:10px;
	-webkit-border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;
}

.gallery_edit_link { display:block; width:24px; height:24px; background:url(/imgs/edit_pen.png); position:absolute; top:8px; right:43px; }
.gallery_delete_link { display:block; width:24px; height:24px; background:url(/imgs/delete_trash.png); position:absolute; top:8px; right:10px; }

.gallery_name_input { width:395px !important; }

.import_gallery_section .import_info { margin:0 20px; text-align:justify; }
.import_gallery_section .buttons { margin:30px 0 20px 0; text-align:center; }
.import_gallery_section .info_wait { display:none; }
.import_gallery_section .loader_import { display:none; text-align:center; }
.import_gallery_section .show_import_box { display:block; }

