.default {
	width: 50px;
	height: 50px;
}

.stabled{
	position: fixed;
	width:50px
	height: 50px;
	top: 0px;
	/*filter:progid:DXImageTransform.Microsoft.Blur(strength=13, direction=310, PixelRadius='15', MakeShadow='true', ShadowOpacity='0.40')*/
	box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	opacity:1;
	width:100px
}

.stabled:hover{
	position: 50px;
	top: 0px;
	/*filter:progid:DXImageTransform.Microsoft.Blur(strength=13, direction=310, PixelRadius='15', MakeShadow='true', ShadowOpacity='0.40')*/
	box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	width:50px;
	opacity:0.9;
}