/******************************************************************
  C???? ? ???????: 
 "??????????? ??????? ? ?????????, ? ??????, ? ????? ? ?????????"
******************************************************************/
/*????? ?????? ? ????-???????*/
img.a-info{
  padding:2px;
  display:block!important;
  cursor:pointer;
  /*border-radius:50%;*/
  position:absolute;
  text-align:left!important;
}
/* ??????????? ??? */
#pre-wrap {
 margin:0;
 top:0;bottom:0;
 left:0;right:0;
 width:100%;
 height:100%;
 position:fixed;
 z-index:20000;
 background: rgba(0,0,0,.65);
}
/*???????? ?????? ???????? ????????*/
.my-tabs > img.close {
 float:right;
 margin:0 -35px 0 0!important;
 width:27px;
}
/* ???????? ???(UL) */
.my-tabs{
 display:block;
 z-index:30000;
 position:absolute;
 max-height:700px;  /*???????????? ?????? ????????*/
}
/* ????? "????" ??????? */
.my-tabs>span{width:0px; height:0px; font-size: 0px!important
}
/* C???? ?????? ??????? "???" */
.my-tabs>span:first-child{
 margin-left: 8px;
}
/* ???????? "????" */
.my-tabs>span.selected{
 opacity:1;
 border-bottom-color:transparent!important;
}
/* ????? ???????(LI)*/
.my-tabs>.tab-a{
 width: 797px;
 height: 600px;
 position:relative;z-index:1;
 display:none;
 overflow-y:auto;
 overflow-x:hidden;  
 text-align:center;
 vertical-align:middle;
}
/*?????? ???????? ??????? ??????*/
.tab-a .post-content{
 margin-top:1.4em;
 text-align:left;
 display:inline-block;
}