.state_on {
	width:150px;
	visibility:visible;
}
.state_off {
	width:0px;
	visibility:hidden;
}