.Photoline, .PhotolineMain {
  overflow: hidden;
  white-space: nowrap;
  /*font-size: 0;*/
 /* height: 100px;*/
}
.StaticPhotoline {
  position: absolute;
  left: 0;
  right: 0;
}
.StaticPhotoline .photoline-section-message {
font-style: normal;
/*background: #f6fcff;*/
  /* white-space: normal;
white-space: nowrap;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: break-spaces;
white-space: -moz-pre-wrap; 
white-space: -pre-wrap; 
white-space: -o-pre-wrap; 
white-space: pre-wrap; 
white-space: break-spaces;*/
word-wrap: break-word; /* IE */
}
.PhotolineSection {
  float: left;
  /*max-width: 110px;*/
  /*max-height: 110px;*/
  /*max-height: 100px;*/
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.PhotolineSection:hover .tooltip {
  visibility: visible;
  opacity: 1;
  margin-top: -9px;
  transition-delay: .15s;
  -webkit-transition-delay: .15s;
     -moz-transition-delay: .15s;
     -o-transition-delay: .15s;
	 -ms-transition-delay: .15s;
}*/
.PhotolineSection:hover .user__photo-count {
  display: block;
}
.PhotolineSection:hover img {
/*-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);*/
 /* -webkit-transform: perspective(500px) translateZ(22px);
  -moz-transform: perspective(500px) translateZ(22px);
  -ms-transform: perspective(500px) translateZ(22px);
  -o-transform: perspective(500px) translateZ(22px);
  transform: perspective(500px) translateZ(22px);*/
}
.PhotolineSection:hover .gradient {
  opacity: 1;
  visibility: visible;
}
.PhotolineItem {
  display: inline-block;
  background-color: #fff;
  background-image: url('../images/ajaxload-photoline.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
.PhotolineImage {
display: block;
	 -webkit-transition: width 0.15s, height 0.15s, margin-top 0.15s; 
-moz-transition: width 0.15s, height 0.15s, margin-top 0.15s; 
-ms-transition: width 0.15s, height 0.15s, margin-top 0.15s; 
-o-transition: width 0.15s, height 0.15s, margin-top 0.15s; 
transition: width 0.15s, height 0.15s, margin-top 0.15s; 
}

/*
 * Photoline New;
 */
.b-photoline {
  position: relative;
  margin: 0;
 overflow: hidden;

 /* width: 100%;*/
  /*height: 100px;*/
}
.b-photoline__container {
  position: relative;
  
  /*height: 200px;*/
  /*width: 100%;
  max-width: 1380px;*/
 /* width: 1446px;*/
/* min-width: 1007px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  }
.user__photo-count {
  display: none;
  position: absolute;
  right: 4%;
  bottom: 11%;
  color: #fff;
    font-size: 100%;
  /*font-size: 13px;*/
 /* line-height: 9px;*/
  z-index: 1;
}
.user__photo-count:after {
 /* display: inline-block;
  margin: 0 0 0 5px;
  content: '';
  width: 13px;
  height: 10px;
  background: url('../images/photoline/phl.ico.photoCount.png') no-repeat left top;*/
}
/* TODO */
.PhotolineItem {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
 /* max-width: 110px;*/
  /*height: 100px;*/
  /*-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -icab-border-radius: 6px;*/
}
.PhotolineItem img {
  display: block;
  position: relative;
  /* left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;*/
 /* width: 100px;
  height: 100px;*/
  /* margin: -55px 0 0 -55px;*/
  /*-webkit-transform: perspective(500px) translateZ(0);
  -ms-transform: perspective(500px) translateZ(0);
  -o-transform: perspective(500px) translateZ(0);*/
  /*-webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;*/
  
  /*-webkit-transition: transform 0.3s ease-in;
-moz-transition: transform 0.3s ease-in;
-ms-transition: transform 0.3s ease-in;
-o-transition: transform 0.3s ease-in;
transition: transform 0.3s ease-in;*/
}
.PhotolineItem .gradient {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  -webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
  background: url('../images/photoline/phl.gradient.png') no-repeat right bottom;
}
.link___photoline-add {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
 /* max-width: 110px;*/
 /* height: 100px;*/
  border-left: 0px;
  z-index: 2;
}
body.gay .link___photoline-add,
body.gay .link___photoline-add:hover {
  background: url('../images/photoline/phl.gay.gradient.jpg') no-repeat 50% 50%;
  border-right: 1px solid #bbc1ca;
}
body.commerce .link___photoline-add,
body.commerce .link___photoline-add:hover {
  background: url('../images/photoline/phl.commerce.gradient.jpg') no-repeat 50% 50%;
  border-right: 1px solid #bbc1ca;
}
.link___photoline-add img,
.link___photoline-add svg {
  position: absolute;
  /* left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;*/
 /* width: 100.7px;
  height: 100px;*/
  /* margin: -55px 0 0 -55px;*/
  /* -webkit-transform: perspective(500px) translateZ(0);
  -ms-transform: perspective(500px) translateZ(0);
  -o-transform: perspective(500px) translateZ(0);*/
 /* -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;*/
  
 /* -webkit-transition: transform 0.3s ease-in;
-moz-transition: transform 0.3s ease-in;
-ms-transition: transform 0.3s ease-in;
-o-transition: transform 0.3s ease-in;
transition: transform 0.3s ease-in;*/
}
/*.link___photoline-add div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
  background: url('../images/photoline.png');
}*/
.link___photoline-add div.no_img {
  position: absolute;
 /* left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;*/
 /* width: 100.7px;
  height: 100px;*/
  
  /* margin: -55px 0 0 -55px;*/
 /* background: url('../images/photoline.png');*/
}
.link___photoline-add div.yes_img {
  position: absolute;
   /* left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;*/
 /* width: 100.7px;
  height: 100px;*/
  /* margin: -55px 0 0 -55px;*/
  /*background: url('../images/photoline.png');*/
  background-color: rgba(224, 243, 255, 0.78);
opacity: .8;
}



.phl-plus2 {
  display: none; 
}
.link___photoline-add:hover .phl-plus2 {
  display: block; 
}
.link___photoline-add:hover .phl-plus {
  display: none;
}

.link___photoline-add span img {

}
.link___photoline-add:hover span img {

}



body.gay .link___photoline-add img,
body.gay .link___photoline-add svg,
body.commerce .link___photoline-add img,
body.commerce .link___photoline-add svg {
  display: none;
}
.link___photoline-add img {
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15');
}
.link___photoline-add svg {
  display: none;
}
.link___photoline-add svg img {
  display: block;
}
.link___photoline-add span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
 /* height: 62px;
  width: 62px;*/
  z-index: 3;
 /* background: url('../images/photoline/phl.plus.png') no-repeat left top;*/
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.link___photoline-add:hover span {
 /* background-position: 0 -62px;
  opacity: .6;*/
}
.link___photoline-add:active span {
  background-position: 0 -62px;
  opacity: .4;
}
.link___photoline-add.no-photo {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9e4ee), to(#a3b6c5));
  background-image: -webkit-linear-gradient(top, #d9e4ee, 0%, #a3b6c5, 100%);
  background-image: -moz-linear-gradient(top, #d9e4ee 0%, #a3b6c5 100%);
  background-image: linear-gradient(to bottom, #d9e4ee 0%, #a3b6c5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9e4ee', endColorstr='#ffa3b6c5', GradientType=0);
}
.link___photoline-add.no-photo:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#c7d7e2), to(#95abbc));
  background-image: -webkit-linear-gradient(top, #c7d7e2, 0%, #95abbc, 100%);
  background-image: -moz-linear-gradient(top, #c7d7e2 0%, #95abbc 100%);
  background-image: linear-gradient(to bottom, #c7d7e2 0%, #95abbc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc7d7e2', endColorstr='#ff95abbc', GradientType=0);
}
.link___photoline-add.no-photo:active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#95abbc), to(#c7d5e2));
  background-image: -webkit-linear-gradient(top, #95abbc, 0%, #c7d5e2, 100%);
  background-image: -moz-linear-gradient(top, #95abbc 0%, #c7d5e2 100%);
  background-image: linear-gradient(to bottom, #95abbc 0%, #c7d5e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95abbc', endColorstr='#ffc7d5e2', GradientType=0);
}
.link___photoline-add svg {
  display: block;
}





.b-photoline .tooltip {
  display: block;
  margin: -15px 0 0 0;
 /* min-width: 17.5%;*/
  opacity: 0;
  visibility: hidden;
 font-size: 100%;
  line-height: normal;
  white-space: normal;
    border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-icab-border-radius: 5px;
  /*-webkit-box-shadow: 1px 10px 15px 2px rgb(148, 216, 255);
  -moz-box-shadow: 1px 10px 15px 2px rgb(148, 216, 255);
  box-shadow: 1px 10px 15px 2px rgb(148, 216, 255);*/
  /*-webkit-box-shadow: 1px 1px 2px 2px #86868659;
  -moz-box-shadow: 1px 1px 2px 2px #86868659;
  box-shadow: 1px 1px 2px 2px #86868659;*/
  -webkit-box-shadow: 1px 1px 8px -2px #009bff;
  -moz-box-shadow: 1px 1px 8px -2px #009bff;
  -o-box-shadow: 1px 1px 8px -2px #009bff;
  box-shadow: 1px 1px 8px -2px #009bff;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
-moz-transition: opacity 0.5s, margin-top 0.5s;
-ms-transition: opacity 0.5s, margin-top 0.5s;
-o-transition: opacity 0.5s, margin-top 0.5s;
transition: opacity 0.5s, margin-top 0.5s;
}
.b-photoline .tooltip .text-message {
font-size: 100%;
width: 100%;
  line-height: 1.2;
  /*background: #f6fcff;*/
  display: inline-block;
}
.b-photoline .tooltip .text-message i.hidden_txt0 {
/*text-shadow: #5ec0ff 0 0px 6px;
-moz-text-shadow: #5ec0ff 0 0px 6px;
-webkit-text-shadow: #5ec0ff 0 0px 6px;*/
/*text-shadow: #1e1e1e 0 0px 5px;
-moz-text-shadow: #1e1e1e 0 0px 5px;
-webkit-text-shadow: #1e1e1e 0 0px 5px;
 color: #fff0;
  background: #fff;
  line-height: 1;*/
}
.b-photoline .tooltip .istatus-icons {
vertical-align: middle;
width: 100%;
}
.tooltip .tooltip-content {
  word-wrap: break-word;
}

.tooltip .tooltip-content .u-age {
  color: #007267c2;
}

.tooltip .tooltip-content .user-text{
 /* white-space: pre-wrap;
white-space: normal;
white-space: nowrap;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: break-spaces;*/
color: #333;
}

 /*.user-text:after {
content: '';
position: absolute;
left: 50%;
bottom: 28px;
margin-left: -23px;
border: 7px solid transparent;
border-bottom: 10px solid #FFF;
 
 }*/
 
 .b-photoline .tooltip .spacer {
  margin: 6px 0 3px;
}

.tooltip .tooltip-content ADDRESS {
 font-size: 93%;
   /* margin-top: 7px;*/
 /* margin-top: 4%;*/
  overflow-wrap: break-word;
}

 #PhotoLineHolder {
/*-webkit-box-shadow: 0 4px 6px -4px #777;
  -moz-box-shadow: 0 4px 6px -4px #777;
  box-shadow: 0 4px 6px -4px #777;*/
}

/*
@media screen and (max-width: 1090px) {
  .PhotolineSection {
    width: 11.11111111%;
  }
  .StaticPhotoline__Main {
    left: 10%;
  }
  .link___photoline-add {
    width: 10%;
  }
}
@media screen and (min-width: 1091px) and (max-width: 1200px) {
  .PhotolineSection {
    width: 10%;
  }
  .StaticPhotoline__Main {
    left: 9.09090909%;
  }
  .link___photoline-add {
    width: 9.09090909%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1310px) {
  .PhotolineSection {
    width: 9.09090909%;
  }
  .StaticPhotoline__Main {
    left: 8.33333333%;
  }
  .link___photoline-add {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1311px) {
  .PhotolineSection {
    width: 8.33333333%;
  }
  .StaticPhotoline__Main {
    left: 7.69230769%;
  }
  .link___photoline-add {
    width: 7.69230769%;
  }
}*/
.StaticPhotoline__Main .PhotolineItem {
  /*border-left: 1px solid #bbc1ca;*/
  border: 0;
}
.StaticPhotoline__Main .PhotolineContainer {
  width: 100%;
}
.StaticPhotoline__Main .PhotolineContainer .PhotolineSection:first-child .PhotolineItem {
  border: 0px;
}


.ap-lenta2 {
	 border: 0;
	/* margin: 0 auto 8px;
	 height: 115px;
	 width: 492px;*/
	 background: #fff;
	 /*-webkit-box-shadow: 0px 0px 50px 0px rgb(180, 180, 180);
-moz-box-shadow: 0px 0px 50px 0px rgb(180, 180, 180);
box-shadow: 0px 0px 50px 0px rgb(180, 180, 180);*/
	 overflow-y: auto;
	 overflow-x: hidden 
}
 .ap-lenta2 div {
	/*float: left;
	 -margin: -9px 0 0 -9px;
	 border-bottom: 9px solid #fff;
	 */
	 text-align: center;
}
 .ap-lenta2 label {
	 cursor: pointer;
	 display: inline-block;
	/*margin: 0 8px 0 8px;*/
	 padding: 0;
	 vertical-align: middle;
	 width: 12%;
  margin: 0 1.5% 0 1.5%;
}
 .ap-lenta2 label.selected {
	/*margin: 18px 0 0 18px;
	 border-width: 3px;
	 padding: 2px;
	 background-color: #f462bc;
	 */
	 cursor: default;
	/* margin: 18px 9px 0 9px;*/
	 border: 4px solid #009cff;
  -moz-border-radius: 5%;
	 -webkit-border-radius: 5%;
	 border-radius: 5%;
	 -khtml-border-radius: 5%;
	 -o-border-radius: 5%;
	 -ms-border-radius: 5%;
	 -icab-border-radius: 5%;
}
.ap-lenta2 label.selected img {
-moz-border-radius: 5%;
	 -webkit-border-radius: 5%;
	 border-radius: 5%;
	 -khtml-border-radius: 5%;
	 -o-border-radius: 5%;
	 -ms-border-radius: 5%;
	 -icab-border-radius: 5%;

}

 .ap-lenta2 label:hover, .ap-lenta label.hover {
	 position: relative 
}
 .ap-lenta2 label img {
	 float: left;
	/*width: 60px;
height: 60px;*/
width: 100%;
  height: 100%;
/*-webkit-box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.52);
-moz-box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.52);
-o-box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.52);
box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.52);*/
}
.btn-group {
 /* display: table;*/
 /* padding: 3px 3px 4px;*/
  /*background: #fff;*/
  -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
	 -khtml-border-radius: 5px;
	 -o-border-radius: 5px;
	 -ms-border-radius: 5px;
	 -icab-border-radius: 5px;
}
.btn-group-item {
  position: relative;
  z-index: 2;
  /*display: table-cell;*/
  vertical-align: top;
  /*border-right: 4px solid #001cff;*/
  float: left;
  margin-bottom: 10px;
  padding-right: 4px;

}
.btn-group-item .inset {
  position: relative;
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0 15px 0;
  color: #263352;
  text-decoration: none;
  background: url("../images/base.png") repeat-x 0 -296px;
  text-align: center;
 /* border: solid #fff;
  border-width: 0 1px;*/
  cursor: pointer;
}
.btn-group-item:hover .inset {
  background-position: 0 -320px;
}
.btn-group-item.selected .inset {
 /* margin: 0 -1px;*/
 /* padding: 0 17px 0;*/
  /*border: none;*/
  background-position: 0 -344px;
 /* -moz-box-shadow: inset 0px 3px 6px 2px rgb(0, 28, 255);
  -webkit-box-shadow: inset 0px 3px 6px 2px rgb(0, 28, 255);
  box-shadow: inset 0px 3px 6px 2px rgb(0, 28, 255);*/
}
.btn-group-item:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.btn-group-item:first-child .inset {
  border-left: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.btn-group-item:first-child.selected .inset {
  margin-left: 0;
  padding-left: 15px;
}
.btn-group-item:last-child {
  padding: 0;
  border-right: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.btn-group-item:last-child .inset {
  border-right: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.btn-group-item:last-child.selected .inset {
  margin-right: 0;
  padding-right: 15px;
}
.btn-group-item:first-child:last-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-group-item:first-child:last-child .inset {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.select_photo_count {
  /*position: absolute;
  top: 40px;
  width: 260px;
  color: #fff;*/
  color: #fff;
  float: left;
  width: 52%;
  display: none;
}
.select_photo_count .btn-group,
.select_photo_count .selector {
  margin: 10px 0 0 0;
}
.select_photo_count .btn-group-item .inset {
  white-space: nowrap;
}
.select_photo_count .btn-group-item .inset .icon16,
.select_photo_count .selector .icon16 {
  margin-top: 3px;
}
.select_photo_count .btn-group-item .inset b,
.select_photo_count .selector b {
  display: inline-block;
  vertical-align: top;
  color: #ff009b;
}
.select_photo_count .btn-group-item .inset.selected b {
  color: #4054F4;
}
 #PhotoLineLayer .ap-alert8 {
display: inline-block;
color: #fff;
}
 #PhotoLineLayer .ap-alert8 SPAN.page-right-hand {
font-size: 200%;
  float: left;
  clear: both;
}
 #PhotoLineLayer .ap-alert8 .newsphot {
width: 80%;
  float: left;
}
 #PhotoLineLayer .ap-alert, #PhotoLineLayer .ap-black, #PhotoLineLayer .ap-payinfo p {
color: #fff;
}
 #PhotoLineLayer .PresentComment {
	 color: #fff!important
}


#PhotoLineLayer .payment-step {
 clear: both;
}

#PhotoLineLayer .block-gray7 {
  /*padding: 15px;*/
  padding: 2.7%;
  background: #475bff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
}
#PhotoLineLayer .lblock-gray7 var {
  padding: 15px;
 /* background: #4f62ff;*/
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
  color: #00A63F;
  text-shadow: -0 -1px 4px #FFFFFF,0 -1px 4px #FFFFFF,-0 1px 4px #FFFFFF,0 1px 4px #FFFFFF,-1px -0 4px #FFFFFF,1px -0 4px #FFFFFF,-1px 0 4px #FFFFFF,1px 0 4px #FFFFFF,-1px -1px 4px #FFFFFF,1px -1px 4px #FFFFFF,-1px 1px 4px #FFFFFF,1px 1px 4px #FFFFFF,-1px -1px 4px #FFFFFF,1px -1px 4px #FFFFFF,-1px 1px 4px #FFFFFF,1px 1px 4px #FFFFFF;
	-moz-text-shadow: -0 -1px 4px #FFFFFF,0 -1px 4px #FFFFFF,-0 1px 4px #FFFFFF,0 1px 4px #FFFFFF,-1px -0 4px #FFFFFF,1px -0 4px #FFFFFF,-1px 0 4px #FFFFFF,1px 0 4px #FFFFFF,-1px -1px 4px #FFFFFF,1px -1px 4px #FFFFFF,-1px 1px 4px #FFFFFF,1px 1px 4px #FFFFFF,-1px -1px 4px #FFFFFF,1px -1px 4px #FFFFFF,-1px 1px 4px #FFFFFF,1px 1px 4px #FFFFFF;
	-webkit-text-shadow: -0 -1px 4px #FFFFFF,0 -1px 4px #FFFFFF,-0 1px 4px #FFFFFF,0 1px 4px #FFFFFF,-1px -0 4px #FFFFFF,1px -0 4px #FFFFFF,-1px 0 4px #FFFFFF,1px 0 4px #FFFFFF,-1px -1px 4px #FFFFFF,1px -1px 4px #FFFFFF,-1px 1px 4px #FFFFFF,1px 1px 4px #FFFFFF,-1px -1px 4px #FFFFFF,1px -1px 4px #FFFFFF,-1px 1px 4px #FFFFFF,1px 1px 4px #FFFFFF;
}
#PhotoLineLayer .user_photo_box {
  color: #fff;
  width: 47%;
  float: right;
}
#PhotoLineLayer .user_photo_box .user-text{
   background: #f6fcff;
  display: inline-block;
  color: #333;
  padding: 6px;
   word-break: break-all;
	-ms-word-break: break-all; 
    word-break: break-word; 
    word-wrap: break-word; 
    -webkit-hyphens: auto; 
    -moz-hyphens: auto;     
	-ms-hyphens: auto;
    hyphens: auto;
-webkit-hyphenate-limit-before: 3;
-webkit-hyphenate-limit-after: 2;
-moz-hyphenate-limit-chars: 6 3 2;
-webkit-hyphenate-limit-chars: 6 3 2;
-ms-hyphenate-limit-chars: 6 3 2;
hyphenate-limit-chars: 6 3 2;
max-width: 100%;
-moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
	 -khtml-border-radius: 5px;
	 -o-border-radius: 5px;
	 -ms-border-radius: 5px;
	 -icab-border-radius: 5px;
	 display: inline-block;
}
#PhotoLineLayer .remain {
  color: #ff0128;
  position: absolute;
  right: 0;
  
}
#PhotoLineLayer .ap-lenta2 {
  background: #475bff;
  font-size: 0;
 /* padding: 20px 0;*/
  padding: 3.7% 0;
}
.photo-container {
/*width: 80px;
height: 80px;*/
color: #333;
width: 36%;
}

#PhotoLineLayer .photo-container img {
/*width: 80px;
height: 80px;*/
/*margin: -3px 0 0 -2px;*/
width: 100%;
  height: 100%;
}

#PhotoLineLayer .photo-container .p_block {
overflow: hidden;
/*width: 75px;
height: 75px;*/
-webkit-box-shadow: 0px 0px 11px 6px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px 0px 11px 6px rgba(255, 255, 255, .5);
  -o-box-shadow: 0px 0px 11px 6px rgba(255, 255, 255, .5);
  box-shadow: 0px 0px 11px 6px rgba(255, 255, 255, .5);
}
.user_photo_box .linegreet {
width: 50%;
margin-left: 4%;
}