.mbm_floating_sidebar
{
position:fixed;
top:20%;
right:-218px;/*mbm_floating_sidebar.width - mbm_floating_sidebar_toggle.width*/
z-index:999;
width:260px;
}
.mbm_floating_sidebar_content
{
background:#f7f7f7;
height:100%;
display:block;
overflow:hidden;
margin-left:42px;
min-height:250px;
}
.mbm_floating_sidebar_content > div{margin:10px;}
.mbm_floating_sidebar_toggle
{
top:0px;
left:0px;
position:absolute;
width:42px;
height:100%;
display:block;
text-align:left;
color:#fff;
background-color:#000;
-webkit-border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
background-position:15px 15px;
background-repeat:no-repeat;
font-size:0px;
}
.mbm_floating_sidebar_toggle span
{
margin-left:10px;
}
.mbm_floating_sidebar_toggle img
{
max-width:16px;
width:100%;
position:absolute;
bottom:15px;
left:13px;
}
.mbm_floating_sidebar_toggle.hide
{
background-image:url("left_show.png")/*tpa=http://chiliyenlth01.matbaoweb.com/wp-content/plugins/mbm/ver2/floating_sidebar/imgs/left_show.png*/;
}
.mbm_floating_sidebar_toggle.show
{
background-image:url('imgs/left_hide.png');
}
.mbm_floating_sidebar_toggle img{}