/*! 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;
	height: auto;
	float: left;
	border: 5px solid #FFF;
  }

#mainbody .row_01 .rslides_tabs,#mainbody .slider2 .rslides_tabs{
	list-style: none;
	list-style: none;
	text-align: center;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 100;
  }

.rslides_tabs li {
	display: block;
	float: left;
	margin-right: 5px;
	height: 7px;
	width: 7px;
	margin-left: 5px;
  }

.rslides_tabs a {
	width: 7px;
	line-height: 1000px;
	padding: 0px;
	height: 7px;
	display: block;
	background-color: transparent;
	background-image: url(images/bg_dot.png);
	overflow: hidden;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
	background-position: 0px -7px;
  }