.photogallery_image{
	width: 180px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fotogallery_block{
    display: inline-block;
    width: 100%;
    margin-top: 40px;	
	margin-bottom: 40px;	
}
p  .fotogallery_block{
	margin-bottom: 30px;
}
.photogallery_images_block{
	margin: 0 -70px 0 -100px;
}
.photogallery_images_wrapper{
    background-color: #434c52;
    display: inline-block;
	width: 100%;
    padding-bottom: 20px;
}
.photogallery_image_wrapper{
	float: left;
    position: relative;
}
.photogallery_images_title{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
	padding: 20px 0 0 20px;
}
.photogallery_images{
	padding: 8px 20px 8px 20px;
    display: inherit;
    width: 100%;
}
.photogallery_image_delete{
	background-image: url('icon-delete_black.png');
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: center;
    box-shadow: 0px 0px 10px #000000;
    border-radius: 50%;
    cursor: pointer;
}
.photogallery_images .slick-prev{
	left: 20px;
}
.photogallery_images .slick-next{
	right: 20px;
}
.album_list{
    width: 250px;
    float: left;
	margin-right: 50px;
}
.album_list .album_select{
	margin-top: 10px;
    width: 200px;
    height: 40px;
    border: 1px solid #A3A7A9;
    border-radius: 2px;
    padding: 5px 15px 5px 10px;
    box-shadow: inset 2px 3px 20px -10px #000000;	
}
.add_album_block{
    width: 250px;
    float: left;
	margin-right: 50px;	
}
.add_image_block{
	display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.add_album_input_block{
	margin-top: 10px;
	margin-bottom: 10px;
}
.input_album_name{
    width: 160px;
    margin-left: 10px;
    height: 40px;
    border: 1px solid #A3A7A9;
    border-radius: 2px;
    padding: 5px 10px 5px 10px;
    box-shadow: inset 2px 3px 20px -10px #000000;
}
.album_edit_block{
    background-color: #e2eafd;
    box-shadow: 0px 40px 40px -40px rgba(24, 26, 31, 0.55);
    padding: 20px;
    margin: 20px 0;
}
.add_album_hide{
	display: none;
}
.add_album_title{
	display: inline;
    border-bottom: 1px dashed;
	cursor: pointer;
}
.add_album_title:hover{
    border-bottom: 1px dashed transparent;
}