.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
.signal {border:1px solid red;}

#banner-case {
	position:relative;
	width:225px;
	height:230px;
	font-family:arial;
	font-size:11px;
  float:right;
}
#banner-case .banner-schwitch {
	position:absolute;
	left:10px;
	bottom:0px;
	width:200px;
	height:23px;
	
}
#banner-case .banner-schwitch a {
	color:#1269b9;
	font-weight:bold;
	text-decoration:none;
}
#banner-case .banner-schwitch a:hover {
	color:#fff;
	text-decoration:none;
}

.cir-button {
  display: inline-block;
  font-size: 14px;
  height: 30px;
  width:160px;
  line-height: 30px;
  padding-right: 30px;
  padding-left: 40px;
  position: relative;
  background-color:rgb(41,127,184);
  color:rgb(255,255,255) !important;
  text-decoration:none !important;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight:bold;
}

.cir-button span {
  position: absolute;
  left: 10px;
  top:-3px;
  width:40px;
  color:white;
  font-size:30px;
  text-decoration:none !important;
}

.cir-button.red {background: #ba122c;}
.cir-button.red:hover {background: #cb233d;}
.cir-button.green {background: #129215;}
.cir-button.green:hover {background: #23A326;}

