#emodgi{
background: #9E9E9E;
position: relative;
cursor: pointer;
border-radius: 0 10px 10px 0;
	background: url(/wp-content/plugins/emogi/imog/crazy.png) center left no-repeat;
	display: inline-block;
}

.opena{
width: 100%;
min-height: 100px;
font-size: 20px;
transition: 1s;
animation: show 3s 1;
    animation-delay: 0s;
    animation-fill-mode: none;
animation-fill-mode: forwards;

}

.closa{
width: 30px;
min-height: 30px;
font-size: 0;
transition: 1s;
animation: show 3s 1;
    animation-delay: 0s;
    animation-fill-mode: none;
animation-fill-mode: forwards;

}

contemodgi{
display: none;
background: #fff;
padding: 10px;
border-radius: 4px;
-webkit-box-shadow: 0 15px 20px
rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	height: 80px;
}

.kolobok{
	width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    float: left;
    transform: scale(.8, .8) translate(0, 0);
    transition: transform 200ms ease;
    display: inline-block;
}
.gifim{
width: 20px;
display: inline-block;
margin: 2px;
}
.tooltiptext {border-bottom:1px dotted #118EC7; cursor:help}
 
.tooltiptext::after {
  background:#343434;
  z-index: 9999;
  box-shadow:1px 1px 10px rgba(0,0,0,0.5);
  color:#FFF;
  content:attr(data-tooltip); /* Определяет содержимое всплывающей подсказки */
  margin-top:-24px;
  opacity:0;
  padding:3px 7px;
  position:absolute;
  visibility:hidden;
  transition:all .2s ease-in-out; /* Определяет скорость появления подсказки */
}
 
.tooltiptext:hover::after {opacity:1; visibility:visible}

.scrollingemodgi {
 margin: 0 auto;
  overflow-x: scroll;
 overflow-y: hidden;
 white-space: nowrap;  /* чтобы картинки стояли в одну линию, не переходя на другую строку */
 word-wrap: normal;  /* то же для IE */
}

.scrolling img {
 width: 10em;
 height: 10em;
}