@charset "utf-8";

.swbtn
{

	display:inline-block;
	color:white;
/*	background-color:#AAAAAA; */
	width:40px;
	height:40px;

	position: absolute;
	top: 15px;
	left: 915px;

	background-image: url(../../images/mobile.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;


/*
	display:inline-block;
	color:white;
	width:100px;
	height:36px;
	background-color:#FF0000;  

	font-size:14px;
	position: absolute;
	top: 0px;
	right: 100px;
*/

}




}