﻿*{
	margin: 0;
	padding: 0;
}


 ul,li{
      margin: 0;
      padding: 0;
      list-style: none;
    }
 
    #box{
      width: 100%;
      height: 100%;
      margin:  auto;
      position: relative;
        }
    #box .list1 li{
      position: absolute;
      top: 0;
      left: 0;
      display: none;
    }
	#box .list1 li img{
		width: 100%;
		height: 100%;
		
	}
    #box .list1 li.current{
      display: block;
    }
   #box .count {
       position: absolute;
       left: 90%;
       bottom: 3px;
   }
    #box .count li{
      float: left;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #999999;
      text-align: center;
      line-height: 20px;
      margin-left: 10px;
      color: #fff;
      opacity: 0.8;
      cursor: pointer;
    }
    #box .count li.current{
      background-color: #FFFFFF;
      opacity: 1;
    }
    #box .btn{
     position: relative;
    }
	#box .btn .right{
		position: absolute;
		top: 400px;
		right: 10px;
	}
	#box .btn .left{
		position: absolute;
		top: 400px;
		left: 10px;
	}
    #box .btn li{
      width: 50px;
      height: 50px;
      background-color: #ccc;
      float: right;
      margin-left: 15px; 
      opacity: 0.8;
      cursor: pointer;
      text-align: center;
      line-height: 50px;
    }