/*Плавающее фото*/
.pop-up-div {
	position: absolute;
	z-index: 100;
	display: none;
	top: auto;
}
/*Плавающее фото*/



/*Текст на фото*/
.ank-foto-fon {position: relative;}
.chk-foto-ank {width: 150px;}
.foto-chk-ank {
	color: #FFFFFF;
	background: #FF0066; filter:alpha(opacity=55);
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 3px;
	left: 0px;
	opacity:0.65;
	filter:alpha(opacity=65);
}
/*Текст на фото*/



/*Текст на фото new-year*/
.new-year-fon {position: relative;}
.new-year-name {
	color: #FFFFFF;
	background: #FF0066; filter:alpha(opacity=55);
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 3px;
	left: 0px;
	opacity:0.65;
	filter:alpha(opacity=65);
}
/*Перенос фото на новую строку new-year*/
.new_year{float:left;
/*padding:0px 0 0 0px;Отступ между картинками*/
/*position:relative;*/
}
/*Текст на фото new-year*/