<!--Cкрипт всплывающей Таблички в Профиле © Deff-->
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0018/c0/1b/36602.css" />
<style>/* Стиль вкладки(LI)*/
.my-tabs>.tab-a{width: 770px;height: 520px;position: relative;z-index: 1;display: none;/* overflow-y: auto; */overflow: hidden;text-align: center;vertical-align: middle;border-radius: 1px;border: 0px solid;border-width: 0px 1px 0px 0px;padding: 0px 0px!important;}
/*Отступ контента вкладки сверху*/
.tab-a .post-content{
margin-top: 0px;
margin-right: -3px;
text-align: left;
display: inline-block;
}
</style>
<script img-data="https://forumstatic.ru/files/001a/e7/41/44679.png" src="https://forumstatic.ru/files/0013/44/56/57946.js" forum="23"></script>
<!--Cкрипт Переключалок к Табличке © Deff-->
<script>
$('.table_for .switcher div[class^="but_"]').live('click', function(){
$('.table_for .switcher div[class^="but_"]').removeClass('active');
$(this).addClass('active');
var ind = $('.table_for .switcher div[class^="but_"]').index(this);
$('.table_for .switcher div[class^="Tab"]').hide();
$('.table_for .switcher div[class^="Tab"]').eq(ind).show() ;
});
</script>