.SetThisStyle{
	width:50px;
	height:50px;
	border:#F30 solid 1px;
	background:#F60 url(set.png) center center no-repeat;
	background-size:30px 30px;
	border-radius:25px;
	position:fixed;
	left:10px;
	bottom:10px;
	filter:alpha(opacity=40); 
	-moz-opacity:0.4; 
	opacity:0.4;
	cursor:pointer;
	z-index:10000;
	
}
.SetThisStyle span{
	display:none;
}
.SetMenu{
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000000;
	left:0;
	top:0;
	display:none;	
}
.SetMenu .BackBox{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.6);
}
.SetMenu ul{
	width:300px;
	position:absolute;
	left:0;
	top:0;
}
.SetMenu ul li{
	border:#FFF solid 1px;
	margin:10px 10px 0 10px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.SetMenu ul li a{
	display:block;
	color:#FFF;
	font-size:14px;
}