/* reset */
#musli *{
	padding:0;
	margin:0;
	list-style:none;
}
#musli{
	position:fixed;
	right:0px;
	top:10px;
	z-index:100;
	list-style:none;
}
#musli li{
	cursor:pointer;
	width:35px;
	height:35px;
	margin-bottom:1px;
	position:relative;
}
#musli > li > div{
	padding:5px;
	background: #fff;
	float:left;
	width:286px;
	height:590px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	position:absolute;
	top:0;
	left:35px;
	z-index:100;
}
.musli-google{
	border: solid #cd3c2a 3px;
}
.musli-facebook{
	border: solid #0170cf 3px;
}
.musli-twitter{
	border: solid #07afee 3px;
}
.musli-nk{
	border: solid #8fc44c 3px;
}
#musli > li > div.musli-google{
    height:336px;
}
