/* 懒人图库 搜集整理 www.lanrentuku.com */
#tickerContainer .prev {
    left:-52px;
}
#tickerContainer .next {
    right:-52px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 611px;
  padding: 0;
  margin: 0;
  border:1px solid #CCC;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 611px;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

/*.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 611px;
  border: 0;
  }*/
.slide_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 611px;
  height:155px;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 611px;
  height:155px;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 611px;
  height:100px;
  left: 0;
  top: 0;
  }
  
 /*.slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 611px;
  border: 0;
  }*/

.slide .caption {
	background-color:#27a7e8;
  display: block;
  position: absolute;
  z-index: 2;
  text-align:center;
  font-size: 14px;
  text-shadow: none;
  color:#fff;
  background:(0,0,0,0.5);
  left: 0;
  right: 0;
  top: 0;
  padding: 5px 20px;
  margin: 0;
  max-width: none;
  }
.slide .caption span{ float:right; font-size:12px;}
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 40%;
  left: 0;
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 20px;
  background: transparent url("../images/themes.jpg") no-repeat left top;
  margin-top: auto;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.slide_tabs {
    display:inline-block;float:right;
}
    .slide_tabs li {
        width:20px;float:left;margin-right:10px;
    }
.slide_tabs a {
    display:inline-block; width:20px; height:20px; line-height:20px; background-color:#069DD5; float:left;color:#fff;
}
    .slide_tabs a:hover {
        background-color:#00C7E9;
    }
.slide_here a {
    background-color:#00C7E9;
}
