div.inner_text {
height: 0;
overflow: hidden;
visibility: collapse
}
div.inner_text.show {
height: auto;
visibility: visible
}
a.showmore {
display: block;
font-size: 14px;
height: 20px;
line-height: 20px
}
a.showmore>span.view_modifier {
background: url(//imright.ru/wp-content/plugins/jquery-expanding-box/plus.gif) left center no-repeat;
padding-left: 10px
margin-right: 10px;
}
a.showmore>span.view_modifier.show {
background: url(//imright.ru/wp-content/plugins/jquery-expanding-box/minus.gif) left center no-repeat
}