a {
	text-decoration:none;
}
/*a:hover,a:focus {
	text-decoration: underline;
}*/
a, .button { 
	-webkit-transition: all .2s ease-in; 
	-moz-transition: all .2s ease-in; 
	-o-transition: all .2s ease-in; 
	transition: all .2s ease-in; 
}
a:hover, .button:hover { 
	-webkit-transition: all .2s ease-out; 
	-moz-transition: all .2s ease-out; 
	-o-transition: all .2s ease-out; 
	transition: all .2s ease-out; 
}

.slider_cont {
	display:block;
	max-width: 95%;
	margin:0 auto;
	opacity: 0.5;
}

/* frameShow */
.frameShow {
  display:block;
  position:relative;
  width:100%;
  height:500px;
}

.frameShow .frame-controll {
  position:absolute;
  bottom:50%;
  z-index:5000;
  width:100%;
}

.frameShow .frame-controll .arrow {
  display:block;
  padding:10px 20px;
  float:left;
  text-decoration:none;
  font-size:26px;
  cursor:pointer;
  color:#ebebeb;
  background-color:#424A57;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.frameShow .frame-controll .arrow.right {
  float:right;
}

.frameShow .frame-controll .arrow:hover {
  background-color:#ebebeb;
  color:#194759;
}

.frameShow .frame-container{}
.frameShow .frame {
  display:block;
}

.color{background:#3e8c84;}
.color1{background:#296b73;}
.color2{background:#194759;}
