	.switcher{
		width: 41px;
		height: 18px;
		position: relative;
		margin: 10px 0;
	}
	
	.switcher.mcenter{
		margin: 10px auto;
	}
	
	.switcher.on{		
		background-image: url('02_switcher_on.png');
	}
	
	.switcher.off{		
		background-image: url('01_switcher_off.png');
	}
	
	.switcher .button{
		position: absolute;
		background-image: url('button.png');
		width: 24px;
		height: 24px;
		top: -2px;
		left: -2px;
	}