* {box-sizing: border-box;}
div.photo-section table.data-table td {
	border-top:none;
	border-bottom:none;
	padding:0px 5px 10px 0px;
        margin-bottom:10px;
        font-size:11px;color:#AEAEAE;line-height:14px;


}
    
h3.man {color:#3F3F3F; margin:10px 0 5px 0;padding:0; font-size:14.49px;  width:90px;}

.pic {
   
  float: left;
  height: 100px;
  width: 200px;
  margin: 0px;
  /*overflow: hidden;*/
   z-index:20;
 position: relative;
}


.grow img {
  height: 100px;
  width: 200px;
 z-index:20;
-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;position: relative;
}
 
.grow img:hover {
 /* width: 150px;
  height: 150px;*/
z-index:40;
}

.grow .poz {
position:absolute; top:0px;left:0px;
width:100px;
height:200px;
text-shadow: 1px 1px 2px  #000000;
opacity: 0.7; 
color:#fff;
z-index:60;
display:none;
padding:5px;
}

.grow:hover .poz {
display:block;
/*width: 150px;
height: 150px;*/
}

.pic4 {
   
  float: left;
  height: 100px;
  width: 200px;
  margin: 0px;
  /*overflow: hidden;*/
   z-index:20;
 position: relative;
}


.grow4 img {
  height: 100px;
  width: 200px;
 z-index:20;
-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;position: relative;
}
 
.grow4 img:hover {
 /* width: 150px;
  height: 150px;*/
z-index:40;
}

.grow4 .poz {
position:absolute; top:0px;left:0px;
width:200px;
height:100px;
text-shadow: 1px 1px 2px  #000000;
opacity: 0.7; 
color:#fff;
z-index:60;
display:none;
padding:5px;
}

.grow4:hover .poz {
display:block;
/*width: 150px;
height: 150px;*/
}