/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  border: 0;
}
.imgnav {
	width: 100%;
	height: 50px;
	z-index: 2000;
	position: absolute;
	bottom: 210px;
}
.rslides1_nav.prev {
	float: left;
	width: 50%;
	text-align: left;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-image: url(prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
.rslides1_nav.next {
	text-align: right;
	float: left;
	width: 50%;
	font-weight: bold;
	color: #CCC;
	padding-top: 20px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-image: url(next.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
.cir_menu {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F5F5F5;
}

.a_cir_menu {
	text-align: center;
	padding-bottom: 20px;
	margin-top:-100px;
	background-color: #F5F5F5;
	margin-bottom: 60px;
	height: 50px;
}

.cir_menu img {
	width: 25%;
	text-align: center;
	padding: 10px;
}
.cir_menu img:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.img_bt {
	width: 25%;
	display: inline-block;
	padding:10px;
	font-size: 24px;
	color: #0C9;
	border-radius: 400px 400px 400px 400px;
	-moz-border-radius: 400px 400px 400px 400px;
	-webkit-border-radius: 400px 400px 400px 400px;
	border: 0px solid #000000;
	background-color:rgba(255, 255, 255, 0.91);
	text-decoration: none;
}
.img_bt:hover {
	background-color:#F5F5F5;
}

