/*style for img in case of low download speed*/
.tkf-banner-slider {
  overflow: hidden;
  width: 100%;
  /* max-height: 200px; */
  max-height: 350px;
  position: relative;
}

.tkf-banner-slider ul {
  overflow: hidden;
  margin: 0;
  zoom: 1;
  padding:0;
}

.tkf-banner-slider ul li { 
	width: 100%;
	float: left; 
}

.tkf-banner-slider ul li img { width: 100%; display: block; height: auto; }

/*style for dots*/


.dots-1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dots-1 li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #963;
  cursor: pointer;
}

.dots-1 li:only-child {
  display: none;
}

.dots-1 li:hover, .dots-1 li.active { background: #000; }

.wrapper-2 {
  width: 100%;
  margin: 0 auto;
}

/*style for img in case of low download speed*/

.example-2 {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.example-2 ul {
  overflow: hidden;
  margin: 0;
  zoom: 1;
}

.example-2 ul li { float: left; }

.example-2 ul li img { width: 100%; }

.dots-2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 300px;
  margin: 0 0 0 -150px;
  padding: 0;
  text-align: center;
}

.dots-2 li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.dots-2 li:hover, .dots-2 li.active { background: #ff7f02; }

